Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a6e300

Browse files
committedMay 23, 2025·
Fixed ci test
1 parent 474e24b commit 4a6e300

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
@@ -469,6 +469,7 @@
469469
Padding="0"
470470
AccessKey="T"
471471
AccessKeyInvoked="Button_AccessKeyInvoked"
472+
AutomationProperties.AccessibilityView="Raw"
472473
AutomationProperties.Name="{helpers:ResourceString Name=StatusCenter}"
473474
Style="{StaticResource AddressToolbarButtonStyle}"
474475
ToolTipService.ToolTip="{helpers:ResourceString Name=StatusCenter}"
@@ -486,7 +487,6 @@
486487
x:Name="MedianOperationProgressRing"
487488
HorizontalAlignment="Center"
488489
VerticalAlignment="Center"
489-
AutomationProperties.AutomationId="StatusCenterProgressRing"
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)
Please sign in to comment.