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 a33394a commit d43212dCopy full SHA for d43212d
src/Files.App.Controls/Omnibar/OmnibarMode.xaml
@@ -14,7 +14,7 @@
14
<Setter Property="IsTabStop" Value="True" />
15
<Setter Property="Height" Value="{StaticResource OmnibarModeDefaultHeight}" />
16
<Setter Property="UseSystemFocusVisuals" Value="True" />
17
- <Setter Property="HorizontalAlignment" Value="Left" />
+ <Setter Property="HorizontalAlignment" Value="Stretch" />
18
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
19
<Setter Property="CornerRadius" Value="{StaticResource OmnibarDefaultCornerRadius}" />
20
<Setter Property="VerticalAlignment" Value="Stretch" />
0 commit comments