diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
index 8339b2de8e..ec39763343 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
@@ -711,7 +711,7 @@
Administrator mode
- You need to run as administrator to use this setting
+ You need to run as administrator to use this setting.
Only shortcuts with the following hotkeys are valid:
@@ -783,7 +783,7 @@
Preview Pane
- You need to run as administrator to modify these settings
+ You need to run as administrator to modify these settings.
The settings on this page affect all users on the system
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml
index 810a0a1cbf..72a99ee7d2 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml
@@ -170,7 +170,8 @@
-
+
@@ -180,12 +181,11 @@
Foreground="{x:Bind Mode=OneWay, Path=ViewModel.EnablePowerLauncher, Converter={StaticResource ModuleEnabledToForegroundConverter}}"/>
+ Padding="0,12,12,12">
@@ -235,25 +235,23 @@
Height="36" />
+ Grid.Column="1" Margin="0,0,16,0">
-
@@ -266,24 +264,28 @@
Grid.Column="2" />
-
-
-
+ Opacity="{x:Bind DisabledOpacity}" />
+
+ IsEnabled="{x:Bind Enabled, Mode=OneWay}" />
+
+
+
+
-
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerPreviewPage.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerPreviewPage.xaml
index ff65ed85cf..44f592e57e 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerPreviewPage.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerPreviewPage.xaml
@@ -62,7 +62,6 @@
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml
index 17c7d182da..3e57e2164d 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml
@@ -107,7 +107,8 @@
-
+