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 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}"
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 >
You can’t perform that action at this time.
0 commit comments