diff --git a/src/core/Microsoft.PowerToys.Settings.UI.Runner/MainWindow.xaml b/src/core/Microsoft.PowerToys.Settings.UI.Runner/MainWindow.xaml
index 65774e4cc2..bdf4da5bf8 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI.Runner/MainWindow.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI.Runner/MainWindow.xaml
@@ -7,7 +7,7 @@
xmlns:Controls="clr-namespace:Microsoft.Toolkit.Wpf.UI.Controls;assembly=Microsoft.Toolkit.Wpf.UI.Controls"
xmlns:xaml="clr-namespace:Microsoft.Toolkit.Wpf.UI.XamlHost;assembly=Microsoft.Toolkit.Wpf.UI.XamlHost"
mc:Ignorable="d"
- Title="PowerToys Settings" Height="800" Width="1100" Closing="MainWindow_Closing">
+ Title="PowerToys Settings" MinWidth="480" Height="800" Width="1100" Closing="MainWindow_Closing">
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
index b226c9c74c..be1f7809ae 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
@@ -640,7 +640,7 @@
Remap shortcuts to other shortcuts or keys. Additionally, mappings can be targeted to specific applications as well.
- Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity
+ Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.
Allow zones to span across monitors
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Sizes.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Sizes.xaml
index 587b10f4bf..b252031f27 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Sizes.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Sizes.xaml
@@ -6,10 +6,10 @@
240
- 1008
+ 720
-
- 480
+
+ 600
24
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml
index c9b0be7576..6e71dcbf7b 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml
@@ -11,29 +11,23 @@
d:DesignWidth="400"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
-
+
-
-
-
-
-
-
-
+
-
-
+
+
@@ -51,7 +45,7 @@
-
+
@@ -111,6 +105,7 @@
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml
index 46fa15b06b..eb019fc252 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml
@@ -19,31 +19,23 @@
-
+
-
-
-
-
-
-
-
+
-
-
+
+
@@ -61,7 +53,7 @@
-
+
@@ -315,6 +307,7 @@
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml
index fe1cc22910..0016a71b80 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml
@@ -17,30 +17,23 @@
-
-
+
-
-
-
-
-
-
-
+
-
-
+
+
@@ -59,7 +52,7 @@
+ x:Name="GeneralView">
@@ -158,6 +151,7 @@
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml.cs b/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml.cs
index 7d7c81e65d..7763f57a0b 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml.cs
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml.cs
@@ -26,7 +26,7 @@ namespace Microsoft.PowerToys.Settings.UI.Views
InitializeComponent();
ViewModel = new GeneralViewModel();
- GeneralSettingsView.DataContext = ViewModel;
+ GeneralView.DataContext = ViewModel;
}
}
}
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml
index 8439c5a67e..d13f8437a3 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml
@@ -15,28 +15,22 @@
-
+
-
-
-
-
-
-
-
+
-
+
@@ -320,6 +314,7 @@
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml
index 4d8fd8d4d6..bc6a1194c7 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml
@@ -173,28 +173,22 @@
-
+
-
-
-
-
-
-
-
+
-
+
@@ -276,6 +270,7 @@