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 1107832 commit a0111c9Copy full SHA for a0111c9
src/Files.App.Controls/Omnibar/Omnibar.xaml
@@ -131,6 +131,8 @@
131
Width="{StaticResource OmnibarModeDefaultClickAreaWidth}"
132
Height="{StaticResource OmnibarModeDefaultHeight}"
133
Margin="1"
134
+ AutomationProperties.AccessibilityView="Content"
135
+ AutomationProperties.Name="{Binding ModeName, RelativeSource={RelativeSource TemplatedParent}, Mode=OneWay}"
136
Background="{TemplateBinding Background}"
137
BorderBrush="{TemplateBinding BorderBrush}"
138
BorderThickness="0"
0 commit comments