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 da07f37 commit 8097f51Copy full SHA for 8097f51
src/Files.App/UserControls/NavigationToolbar.xaml
@@ -469,6 +469,7 @@
469
Padding="0"
470
AccessKey="T"
471
AccessKeyInvoked="Button_AccessKeyInvoked"
472
+ AutomationProperties.AccessibilityView="Raw"
473
AutomationProperties.Name="{helpers:ResourceString Name=StatusCenter}"
474
Style="{StaticResource AddressToolbarButtonStyle}"
475
ToolTipService.ToolTip="{helpers:ResourceString Name=StatusCenter}"
@@ -514,7 +515,7 @@
514
515
<ucs:StatusCenter
516
x:Name="OngoingTasksControl"
517
Width="400"
- MinHeight="300"
518
+ MinHeight="120"
519
MaxHeight="500"
520
x:FieldModifier="public"
521
IsTabStop="True" />
0 commit comments