|
186 | 186 | <ColumnDefinition Width="*" />
|
187 | 187 | </Grid.ColumnDefinitions>
|
188 | 188 |
|
189 |
| - <uc:OpacityIcon |
| 189 | + <Border |
190 | 190 | x:Name="CloudDriveSyncStatusGlyph"
|
191 | 191 | Grid.Column="0"
|
192 |
| - Width="16" |
193 |
| - Height="16" |
194 |
| - Margin="0,0,4,0" |
195 | 192 | HorizontalAlignment="Left"
|
196 | 193 | x:Load="{x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).LoadSyncStatus, Mode=OneWay}"
|
197 | 194 | x:Phase="2"
|
198 |
| - Style="{x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).OpacityIcon, Mode=OneWay}" |
199 |
| - ToolTipService.ToolTip="{x:Bind SyncStatusUI.SyncStatusString, Mode=OneWay}" /> |
| 195 | + Background="Transparent" |
| 196 | + ToolTipService.ToolTip="{x:Bind SyncStatusUI.SyncStatusString, Mode=OneWay}"> |
| 197 | + <uc:OpacityIcon |
| 198 | + Width="16" |
| 199 | + Height="16" |
| 200 | + Margin="0,0,4,0" |
| 201 | + Style="{x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).OpacityIcon, Mode=OneWay}" /> |
| 202 | + </Border> |
200 | 203 |
|
201 | 204 | <Ellipse
|
202 | 205 | Grid.Column="1"
|
|
395 | 398 | </TextBox>
|
396 | 399 |
|
397 | 400 | <!-- Cloud Status -->
|
398 |
| - <uc:OpacityIcon |
| 401 | + <Border |
399 | 402 | x:Name="CloudDriveSyncStatusGlyph"
|
400 | 403 | Grid.Column="2"
|
401 |
| - Width="16" |
402 |
| - Height="16" |
403 | 404 | HorizontalAlignment="Center"
|
404 | 405 | VerticalAlignment="Center"
|
405 | 406 | x:Load="{x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).LoadSyncStatus, Mode=OneWay}"
|
406 | 407 | x:Phase="2"
|
407 |
| - Style="{x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).OpacityIcon, Mode=OneWay}" |
408 |
| - ToolTipService.ToolTip="{x:Bind SyncStatusUI.SyncStatusString, Mode=OneWay}" /> |
| 408 | + Background="Transparent" |
| 409 | + ToolTipService.ToolTip="{x:Bind SyncStatusUI.SyncStatusString, Mode=OneWay}"> |
| 410 | + <uc:OpacityIcon |
| 411 | + Width="16" |
| 412 | + Height="16" |
| 413 | + Style="{x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).OpacityIcon, Mode=OneWay}" /> |
| 414 | + </Border> |
409 | 415 |
|
410 | 416 | <!-- Visual Status Managing -->
|
411 | 417 | <VisualStateManager.VisualStateGroups>
|
|
459 | 465 | ToolTipService.ToolTip="{x:Bind FileTagsUI[0].Name, Mode=OneWay}"
|
460 | 466 | Visibility="{x:Bind FileTagsUI, Converter={StaticResource EmptyObjectToObjectConverter}, Mode=OneWay}" />
|
461 | 467 |
|
462 |
| - <uc:OpacityIcon |
| 468 | + <Border |
463 | 469 | x:Name="CloudDriveSyncStatusGlyph"
|
464 |
| - Width="16" |
465 |
| - Height="16" |
466 | 470 | x:Phase="2"
|
467 |
| - Style="{x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).OpacityIcon, Mode=OneWay}" |
| 471 | + Background="Transparent" |
468 | 472 | ToolTipService.ToolTip="{x:Bind SyncStatusUI.SyncStatusString, Mode=OneWay}"
|
469 |
| - Visibility="{Binding InstanceViewModel.IsPageTypeCloudDrive, ElementName=PageRoot, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}" /> |
| 473 | + Visibility="{Binding InstanceViewModel.IsPageTypeCloudDrive, ElementName=PageRoot, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}"> |
| 474 | + <uc:OpacityIcon |
| 475 | + Width="16" |
| 476 | + Height="16" |
| 477 | + Style="{x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).OpacityIcon, Mode=OneWay}" /> |
| 478 | + </Border> |
470 | 479 | </StackPanel>
|
471 | 480 |
|
472 | 481 | <CheckBox
|
|
0 commit comments