diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/FancyZones.gif b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/FancyZones.gif
index 6395240d4f..4aff05b304 100644
Binary files a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/FancyZones.gif and b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/FancyZones.gif differ
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/ImageResizer.gif b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/ImageResizer.gif
index 530bde6396..d16ec075cb 100644
Binary files a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/ImageResizer.gif and b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/ImageResizer.gif differ
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/KBM.gif b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/KBM.gif
index 719ca4436f..5eccb90b20 100644
Binary files a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/KBM.gif and b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/KBM.gif differ
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/PowerRename.gif b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/PowerRename.gif
index 417c776503..25dcbcb299 100644
Binary files a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/PowerRename.gif and b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Assets/Modules/OOBE/PowerRename.gif differ
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/KeyVisual/KeyVisual.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/KeyVisual/KeyVisual.xaml
index 3237b7f7c2..df88c48728 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/KeyVisual/KeyVisual.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/KeyVisual/KeyVisual.xaml
@@ -25,10 +25,10 @@
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.xaml
index 49c4122c0f..6cf6e60b8e 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/Setting/Setting.xaml
@@ -82,11 +82,9 @@
-
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingExpander/SettingExpander.cs b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingExpander/SettingExpander.cs
index 4d8aabcbd9..7b4ae00c50 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingExpander/SettingExpander.cs
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingExpander/SettingExpander.cs
@@ -10,6 +10,7 @@ using System.Threading.Tasks;
using Microsoft.UI.Xaml.Controls;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Automation;
+using Windows.UI.Xaml.Controls;
namespace Microsoft.PowerToys.Settings.UI.Controls
{
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingsPageControl/SettingsPageControl.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingsPageControl/SettingsPageControl.xaml
index a4c606f286..0e2f465ac2 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingsPageControl/SettingsPageControl.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/SettingsPageControl/SettingsPageControl.xaml
@@ -10,12 +10,6 @@
-
@@ -67,14 +61,14 @@
-
+
-
+
@@ -103,14 +97,14 @@
-
+
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/ShortcutControl/ShortcutDialogContentControl.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/ShortcutControl/ShortcutDialogContentControl.xaml
index 9796a39d7a..c501117fb4 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/ShortcutControl/ShortcutDialogContentControl.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Controls/ShortcutControl/ShortcutDialogContentControl.xaml
@@ -68,26 +68,17 @@
-
-
-
-
-
-
+
+
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeAwake.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeAwake.xaml
index a40da244ed..340e3efa6b 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeAwake.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeAwake.xaml
@@ -27,9 +27,10 @@
-
+
+ TextWrapping="Wrap" />
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeColorPicker.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeColorPicker.xaml
index cd0cfa4b74..7d108a56a4 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeColorPicker.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeColorPicker.xaml
@@ -30,7 +30,7 @@
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeFancyZones.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeFancyZones.xaml
index 8e15723866..ed41a0c739 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeFancyZones.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeFancyZones.xaml
@@ -29,7 +29,7 @@
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeFileExplorer.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeFileExplorer.xaml
index 7e5962726a..6484fa1bc4 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeFileExplorer.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeFileExplorer.xaml
@@ -22,7 +22,7 @@
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeImageResizer.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeImageResizer.xaml
index f236c70c6b..482c825550 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeImageResizer.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeImageResizer.xaml
@@ -28,7 +28,7 @@
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeKBM.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeKBM.xaml
index 65f1096f76..c44c3c6245 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeKBM.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeKBM.xaml
@@ -25,7 +25,7 @@
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeOverview.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeOverview.xaml
index f98508ddab..bcf55670e9 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeOverview.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeOverview.xaml
@@ -15,12 +15,12 @@
-
+
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobePowerRename.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobePowerRename.xaml
index 2a43a2190f..5add2efb2e 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobePowerRename.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobePowerRename.xaml
@@ -26,7 +26,7 @@
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeRun.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeRun.xaml
index 5853ace56a..4f169c1aba 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeRun.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeRun.xaml
@@ -28,7 +28,7 @@
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeShortcutGuide.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeShortcutGuide.xaml
index 62835deff5..ff90e31d1e 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeShortcutGuide.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeShortcutGuide.xaml
@@ -23,7 +23,7 @@
-
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeVideoConference.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeVideoConference.xaml
index 5b65d26ff6..ba60ae686e 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeVideoConference.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Views/OobeVideoConference.xaml
@@ -27,7 +27,7 @@
-
+
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 09e1f3aba8..42d9c3ad1b 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
@@ -609,7 +609,7 @@
Zone inactive color
- Shows a help overlay with Windows shortcuts when the Windows key is pressed.
+ Shows a help overlay with Windows shortcuts.Press duration before showing (ms)
@@ -638,6 +638,15 @@
Image sizes
+
+ Presets
+
+
+ Manage preset sizes that can be used in the editor
+
+
+ This format is used as the filename for resized images
+
Lets you resize images by right-clicking.
@@ -863,8 +872,11 @@
Filename format
-
+
Use original date modified
+
+
+ Keep the original modified date of the file (instead of the resize date)Encoding
@@ -934,7 +946,7 @@ Made with 💗 by Microsoft and the PowerToys community.
Example: %1 (%2)
- Choose a mode
+ App themeDark
@@ -1096,9 +1108,12 @@ Made with 💗 by Microsoft and the PowerToys community.
Authored byexample: Authored by Microsoft
-
+
Include in global result
+
+ Show results on queries without direct activation command
+
Enable plugin
@@ -1192,7 +1207,7 @@ Made with 💗 by Microsoft and the PowerToys community.
Learn more about
- Color Picker is a system-wide color selection tool for Windows 10 that enables you to pick colors from any currently running application and automatically copies it in a configurable format to your clipboard.
+ Color Picker is a system-wide color selection tool for Windows that enables you to pick colors from any currently running application and automatically copies it in a configurable format to your clipboard.FancyZones is a window manager that makes it easy to create complex window layouts and quickly position windows into those layouts.
@@ -1219,7 +1234,7 @@ Made with 💗 by Microsoft and the PowerToys community.
Video Conference Mute allows users to quickly mute the microphone and turn off the camera while on a conference call with a single keystroke, regardless of what application has focus on your computer.
- Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows 10 experience for greater productivity.
+ Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.
Take a moment to preview the various utilities listed or view our comprehensive documentation.
@@ -1480,7 +1495,7 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex
See what's new
- Set the preferred behaviour or Awake
+ Set the preferred behaviour of AwakeExcluded apps
@@ -1603,6 +1618,6 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex
Only shortcuts that start with **Windows key**, **Ctrl**, **Alt** or **Shift** are valid.
- All monitors must have the same DPI scaling and will be treated as one large combined rectangle which contains all monitors.
+ All monitors must have the same DPI scaling and will be treated as one large combined rectangle which contains all monitors
\ No newline at end of file
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Styles/Button.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Styles/Button.xaml
index dc5ac5d8d4..7b3b846466 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Styles/Button.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Styles/Button.xaml
@@ -12,11 +12,84 @@
-
+
+
diff --git a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml
index 0200fbdca0..f562d8cd32 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/ColorPickerPage.xaml
@@ -44,8 +44,11 @@
-
-
+
+
@@ -53,7 +56,10 @@
-
+
@@ -61,9 +67,12 @@
-
-
-
+
+
+
@@ -72,7 +81,7 @@
-
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
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 392fc112c1..f2b3755280 100644
--- a/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml
+++ b/src/settings-ui/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml
@@ -136,7 +136,7 @@
-
+
@@ -191,25 +191,11 @@
-
-
-
-
-
-
+
+
@@ -233,10 +219,21 @@
IsOpen="{x:Bind ShowNotAllowedKeywordWarning}"
IsClosable="False" />
-
+ Margin="56, 0, 40, 16">
+
+
+
+
+
+ helpers:NavHelper.NavigateTo="views:GeneralPage">
@@ -50,8 +48,7 @@
+ helpers:NavHelper.NavigateTo="views:AwakePage">
@@ -59,8 +56,7 @@
+ helpers:NavHelper.NavigateTo="views:ColorPickerPage">
@@ -68,8 +64,7 @@
+ helpers:NavHelper.NavigateTo="views:FancyZonesPage">
@@ -77,8 +72,7 @@
+ helpers:NavHelper.NavigateTo="views:PowerPreviewPage">
@@ -86,8 +80,7 @@
+ helpers:NavHelper.NavigateTo="views:ImageResizerPage">
@@ -95,8 +88,7 @@
+ helpers:NavHelper.NavigateTo="views:KeyboardManagerPage">
@@ -104,8 +96,7 @@
+ helpers:NavHelper.NavigateTo="views:PowerRenamePage">
@@ -113,8 +104,7 @@
+ helpers:NavHelper.NavigateTo="views:PowerLauncherPage">
@@ -122,8 +112,7 @@
+ helpers:NavHelper.NavigateTo="views:ShortcutGuidePage">
@@ -133,8 +122,7 @@