mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
Launcher resize issue on selecting search result (#77)
* Added fix for closing wox on pressing escape and app execution * Added fix to prevent autosuggestbox resize
This commit is contained in:
committed by
GitHub
parent
9d1b8fbd3e
commit
723ace2724
@@ -416,7 +416,7 @@
|
|||||||
<Grid x:Name="ShadowReceiverGrid"/>
|
<Grid x:Name="ShadowReceiverGrid"/>
|
||||||
<Grid x:Name="PowerBar" CornerRadius="4" Height="72" Background="{StaticResource BackdropAcrylicBrush}" Translation="0,0,16" Shadow="{StaticResource ShellBarShadow}" Margin="12" VerticalAlignment="Top" HorizontalAlignment="Center" MinWidth="240">
|
<Grid x:Name="PowerBar" CornerRadius="4" Height="72" Background="{StaticResource BackdropAcrylicBrush}" Translation="0,0,16" Shadow="{StaticResource ShellBarShadow}" Margin="12" VerticalAlignment="Top" HorizontalAlignment="Center" MinWidth="240">
|
||||||
<AutoSuggestBox x:Name="SearchBox" x:FieldModifier="public" PlaceholderText="Launch an app" FontSize="24" Style="{StaticResource CustomStyledAutoSuggestBox}"
|
<AutoSuggestBox x:Name="SearchBox" x:FieldModifier="public" PlaceholderText="Launch an app" FontSize="24" Style="{StaticResource CustomStyledAutoSuggestBox}"
|
||||||
MinWidth="720" ItemsSource="{Binding Results.Results}">
|
Width="720" ItemsSource="{Binding Results.Results}">
|
||||||
<AutoSuggestBox.QueryIcon>
|
<AutoSuggestBox.QueryIcon>
|
||||||
<SymbolIcon Symbol="Find"/>
|
<SymbolIcon Symbol="Find"/>
|
||||||
</AutoSuggestBox.QueryIcon>
|
</AutoSuggestBox.QueryIcon>
|
||||||
|
|||||||
Reference in New Issue
Block a user