Skip to content

Commit 8097f51

Browse files
committed
Fixed ci test
1 parent da07f37 commit 8097f51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Files.App/UserControls/NavigationToolbar.xaml

Lines changed: 2 additions & 1 deletion
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}"
@@ -514,7 +515,7 @@
514515
<ucs:StatusCenter
515516
x:Name="OngoingTasksControl"
516517
Width="400"
517-
MinHeight="300"
518+
MinHeight="120"
518519
MaxHeight="500"
519520
x:FieldModifier="public"
520521
IsTabStop="True" />

0 commit comments

Comments
 (0)