diff --git a/src/cascadia/TerminalApp/SuggestionsControl.xaml b/src/cascadia/TerminalApp/SuggestionsControl.xaml index 7350b2146ee..b3e81865b3f 100644 --- a/src/cascadia/TerminalApp/SuggestionsControl.xaml +++ b/src/cascadia/TerminalApp/SuggestionsControl.xaml @@ -12,6 +12,7 @@ xmlns:model="using:Microsoft.Terminal.Settings.Model" xmlns:mtu="using:Microsoft.Terminal.UI" xmlns:mux="using:Microsoft.UI.Xaml.Controls" + MinWidth="256" AllowFocusOnInteraction="True" AutomationProperties.Name="{x:Bind ControlName, Mode=OneWay}" IsTabStop="True" @@ -99,6 +100,24 @@ GeneralItemTemplate="{StaticResource GeneralItemTemplate}" NestedItemTemplate="{StaticResource NestedItemTemplate}" /> + + @@ -203,7 +222,8 @@ ItemClick="_listItemClicked" ItemsSource="{x:Bind FilteredActions}" SelectionChanged="_listItemSelectionChanged" - SelectionMode="Single" /> + SelectionMode="Single" + Style="{StaticResource NoAnimationsPlease}" />