We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474e24b commit 01e62aeCopy full SHA for 01e62ae
src/Files.App/UserControls/NavigationToolbar.xaml
@@ -486,7 +486,7 @@
486
x:Name="MedianOperationProgressRing"
487
HorizontalAlignment="Center"
488
VerticalAlignment="Center"
489
- AutomationProperties.AutomationId="StatusCenterProgressRing"
+ AutomationProperties.AccessibilityView="Raw"
490
IsIndeterminate="False"
491
Visibility="{x:Bind OngoingTasksViewModel.ShowProgressRing, Mode=OneWay}"
492
Value="{x:Bind OngoingTasksViewModel.AverageOperationProgressValue, Mode=OneWay}" />
@@ -515,7 +515,7 @@
515
<ucs:StatusCenter
516
x:Name="OngoingTasksControl"
517
Width="400"
518
- MinHeight="300"
+ MinHeight="120"
519
MaxHeight="500"
520
x:FieldModifier="public"
521
IsTabStop="True" />
0 commit comments