From c674fe1f046fba10fa6c12ca981164469058d52d Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Mon, 25 May 2020 08:58:29 -0700 Subject: [PATCH] Migrate numberboxes to compact mode (#3375) --- .../Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml | 4 ++-- .../Views/ImageResizerPage.xaml | 4 +++- .../Views/PowerLauncherPage.xaml | 2 +- .../Views/PowerRenamePage.xaml | 2 +- .../Views/ShortcutGuidePage.xaml | 3 +-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml index ac58278e2a..f80e18740b 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml @@ -147,10 +147,10 @@ Value="{ Binding Mode=TwoWay, Path=HighlightOpacity}" Minimum="0" Maximum="100" - SpinButtonPlacementMode="Inline" + SpinButtonPlacementMode="Compact" HorizontalAlignment="Left" Margin="{StaticResource SmallTopMargin}" - IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"/> + IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}" /> @@ -131,6 +132,7 @@ Width="68" Height="34" VerticalAlignment="Center" + SpinButtonPlacementMode="Compact" Margin="{StaticResource SmallTopMargin}"/> diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml index 63657b2fc5..1afd850485 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/PowerLauncherPage.xaml @@ -76,7 +76,7 @@