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 4b8ba6faa8..13c3ff2a30 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 @@ -276,7 +276,7 @@ To exclude an application from snapping to zones add its name here (one per line). These apps will react only to Windows Snap. - Zone highlight opacity (%) + Zone highlight opacity Edit hot key / shortcut @@ -426,7 +426,7 @@ Enable Shortcut Guide - Opacity of background (%) + Opacity of background Choose Shortcut Guide overlay color diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml index ecd6304f60..a2b4d60487 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml @@ -8,11 +8,13 @@ xmlns:viewModel="using:Microsoft.PowerToys.Settings.UI.ViewModels" xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns:CustomControls="using:Microsoft.PowerToys.Settings.UI.Controls" + xmlns:converters="using:Microsoft.Toolkit.Uwp.UI.Converters" mc:Ignorable="d" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + @@ -134,16 +136,21 @@ - - + + + + + diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml index cbdf11764b..b183dc256f 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml @@ -5,10 +5,14 @@ xmlns:local="using:Microsoft.PowerToys.Settings.UI.Views" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:muxc="using:Microsoft.UI.Xaml.Controls" + xmlns:muxc="using:Microsoft.UI.Xaml.Controls" xmlns:converters="using:Microsoft.Toolkit.Uwp.UI.Converters" mc:Ignorable="d" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + + + + @@ -58,19 +62,25 @@ SpinButtonPlacementMode="Compact" HorizontalAlignment="Left" Margin="{StaticResource SmallTopMargin}" - MinWidth="240" + Width="240" Value="{ Binding Mode=TwoWay, Path=PressTime}" IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}" SmallChange="50" LargeChange="100"/> - + - + + +