Skip to content

Commit 01e62ae

Browse files
committed
Fixed ci test
1 parent 474e24b commit 01e62ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/UserControls/NavigationToolbar.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
x:Name="MedianOperationProgressRing"
487487
HorizontalAlignment="Center"
488488
VerticalAlignment="Center"
489-
AutomationProperties.AutomationId="StatusCenterProgressRing"
489+
AutomationProperties.AccessibilityView="Raw"
490490
IsIndeterminate="False"
491491
Visibility="{x:Bind OngoingTasksViewModel.ShowProgressRing, Mode=OneWay}"
492492
Value="{x:Bind OngoingTasksViewModel.AverageOperationProgressValue, Mode=OneWay}" />
@@ -515,7 +515,7 @@
515515
<ucs:StatusCenter
516516
x:Name="OngoingTasksControl"
517517
Width="400"
518-
MinHeight="300"
518+
MinHeight="120"
519519
MaxHeight="500"
520520
x:FieldModifier="public"
521521
IsTabStop="True" />

0 commit comments

Comments
 (0)