File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 411
411
412
412
<Grid Margin =" -16" >
413
413
414
+ <!-- Enable icon again if we add option to always display on the toolbar
414
415
<uc:OpacityIcon
415
416
x:Name="StatusCenterIcon"
416
417
Width="16"
417
418
Height="16"
418
419
x:Load="{x:Bind OngoingTasksViewModel.HasAnyItemInProgress, Converter={StaticResource BoolNegationConverter}, Mode=OneWay}"
419
- Style=" {StaticResource ColorIconStatusCenter}" />
420
+ Style="{StaticResource ColorIconStatusCenter}" />-->
420
421
421
422
<ProgressRing
422
423
x:Name=" MedianOperationProgressRing"
423
- Width=" 20"
424
- Height=" 20"
425
424
HorizontalAlignment=" Center"
426
425
VerticalAlignment=" Center"
427
426
x:Load=" {x:Bind OngoingTasksViewModel.HasAnyItemInProgress, Mode=OneWay}"
431
430
432
431
<InfoBadge
433
432
x:Name=" StatusInfoBadge"
434
- HorizontalAlignment=" Right "
435
- VerticalAlignment=" Top "
433
+ HorizontalAlignment=" Center "
434
+ VerticalAlignment=" Center "
436
435
Value=" {x:Bind OngoingTasksViewModel.InfoBadgeValue, Mode=OneWay}" />
437
436
438
437
</Grid >
You can’t perform that action at this time.
0 commit comments