Skip to content

Commit 3024491

Browse files
authored
Feature: Display operation count in the middle of the progress ring (#14103)
1 parent ad585d9 commit 3024491

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Files.App/UserControls/AddressToolbar.xaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,17 +411,16 @@
411411

412412
<Grid Margin="-16">
413413

414+
<!-- Enable icon again if we add option to always display on the toolbar
414415
<uc:OpacityIcon
415416
x:Name="StatusCenterIcon"
416417
Width="16"
417418
Height="16"
418419
x:Load="{x:Bind OngoingTasksViewModel.HasAnyItemInProgress, Converter={StaticResource BoolNegationConverter}, Mode=OneWay}"
419-
Style="{StaticResource ColorIconStatusCenter}" />
420+
Style="{StaticResource ColorIconStatusCenter}" />-->
420421

421422
<ProgressRing
422423
x:Name="MedianOperationProgressRing"
423-
Width="20"
424-
Height="20"
425424
HorizontalAlignment="Center"
426425
VerticalAlignment="Center"
427426
x:Load="{x:Bind OngoingTasksViewModel.HasAnyItemInProgress, Mode=OneWay}"
@@ -431,8 +430,8 @@
431430

432431
<InfoBadge
433432
x:Name="StatusInfoBadge"
434-
HorizontalAlignment="Right"
435-
VerticalAlignment="Top"
433+
HorizontalAlignment="Center"
434+
VerticalAlignment="Center"
436435
Value="{x:Bind OngoingTasksViewModel.InfoBadgeValue, Mode=OneWay}" />
437436

438437
</Grid>

0 commit comments

Comments
 (0)