From b94593ef7315f5dbb64ef3f9e356e722532b9bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pol=C3=A1=C5=A1ek?= Date: Tue, 18 Nov 2025 00:55:14 +0100 Subject: [PATCH] Settings: Add ScrollViewer to Command Palette page in PowerToys Settings (#43649) --- .../SettingsXAML/Views/CmdPalPage.xaml | 368 +++++++++--------- 1 file changed, 185 insertions(+), 183 deletions(-) diff --git a/src/settings-ui/Settings.UI/SettingsXAML/Views/CmdPalPage.xaml b/src/settings-ui/Settings.UI/SettingsXAML/Views/CmdPalPage.xaml index 4f60a4a2b8..a5cea1ef2c 100644 --- a/src/settings-ui/Settings.UI/SettingsXAML/Views/CmdPalPage.xaml +++ b/src/settings-ui/Settings.UI/SettingsXAML/Views/CmdPalPage.xaml @@ -11,199 +11,201 @@ AutomationProperties.LandmarkType="Main" mc:Ignorable="d"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + Margin="0,-12,0,24" + ColumnSpacing="32" + RowSpacing="8"> + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + - + x:Uid="CmdPal_Launch" + Grid.Row="3" + ActionIcon="{ui:FontIcon Glyph=}" + Click="LaunchCard_Click" + Header="Launch Command Palette" + HeaderIcon="{ui:FontIcon Glyph=}" + IsClickEnabled="True" + IsEnabled="{x:Bind ViewModel.IsEnabled, Mode=OneWay}"> + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + +