File tree 2 files changed +10
-10
lines changed
src/Files.App/Views/Layouts
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 299
299
300
300
<Grid Grid.Column=" 2" >
301
301
<StackPanel Orientation =" Horizontal" Spacing =" 4" >
302
-
303
302
<!-- Cloud Status -->
304
- <FontIcon
303
+ <uc : OpacityIcon
305
304
x:Name=" CloudDriveSyncStatusGlyph"
305
+ Width=" 16"
306
+ Height=" 16"
306
307
HorizontalAlignment=" Center"
307
308
VerticalAlignment=" Center"
309
+ x:Load=" {x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).LoadSyncStatus, Mode=OneWay}"
308
310
x:Phase=" 2"
309
- FontSize=" 12"
310
- Glyph=" {x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).Glyph, Mode=OneWay}"
311
- Visibility=" {x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).LoadSyncStatus, Mode=OneWay}" />
311
+ Style=" {x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).OpacityIcon, Mode=OneWay}" />
312
312
313
313
<!-- Tag -->
314
314
<Ellipse
Original file line number Diff line number Diff line change 416
416
417
417
<Grid Grid.Column=" 2" >
418
418
<StackPanel Orientation =" Horizontal" Spacing =" 4" >
419
-
420
419
<!-- Cloud Status -->
421
- <FontIcon
420
+ <uc : OpacityIcon
422
421
x:Name=" CloudDriveSyncStatusGlyph"
422
+ Width=" 16"
423
+ Height=" 16"
423
424
HorizontalAlignment=" Center"
424
425
VerticalAlignment=" Center"
426
+ x:Load=" {x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).LoadSyncStatus, Mode=OneWay}"
425
427
x:Phase=" 2"
426
- FontSize=" 12"
427
- Glyph=" {x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).Glyph, Mode=OneWay}"
428
- Visibility=" {x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).LoadSyncStatus, Mode=OneWay}" />
428
+ Style=" {x:Bind ((cloud:CloudDriveSyncStatusUI)SyncStatusUI).OpacityIcon, Mode=OneWay}" />
429
429
430
430
<!-- Tag -->
431
431
<Ellipse
You can’t perform that action at this time.
0 commit comments