diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj index 7e03c5abd2..2c46b60b1f 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj @@ -1,4 +1,4 @@ - + @@ -63,6 +63,7 @@ + @@ -72,13 +73,16 @@ GeneralPage.xaml + + ImageResizerPage.xaml + PowerLauncherPage.xaml PowerPreviewPage.xaml - + FancyZonesPage.xaml @@ -160,6 +164,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile 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 0ccb936aa8..13bf1145e1 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 @@ -145,8 +145,16 @@ Shortcut Guide Navigation view item name for Shortcut Guide - + File Explorer Preview - File Explorer Preview Settings - + Navigation view item name for File Explorer Preview + + + FancyZones + Navigation view item name for FancyZones + + + Image Resizer + Navigation view item name for Image Resizer + \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Sizes.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Sizes.xaml index 3f5b400021..cec0e644b1 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Sizes.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Sizes.xaml @@ -7,7 +7,14 @@ 1100 - + 480 - + + + 32 + + + 32 + + \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/ImageResizerViewModel.cs b/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/ImageResizerViewModel.cs new file mode 100644 index 0000000000..6a89566057 --- /dev/null +++ b/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/ImageResizerViewModel.cs @@ -0,0 +1,13 @@ +using System; + +using Microsoft.PowerToys.Settings.UI.Helpers; + +namespace Microsoft.PowerToys.Settings.UI.ViewModels +{ + public class ImageResizerViewModel : Observable + { + public ImageResizerViewModel() + { + } + } +} \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml index c781a8c5a1..78a32f430a 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml @@ -9,7 +9,7 @@ mc:Ignorable="d" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> - + @@ -131,8 +131,8 @@ Style="{StaticResource SettingsGroupTitleStyle}" Margin="{StaticResource XSmallBottomMargin}"/> + - - + @@ -88,11 +88,11 @@ - + 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 68b2e17b53..2c4fbb3b99 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml.cs +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml.cs @@ -59,9 +59,6 @@ namespace Microsoft.PowerToys.Settings.UI.Views // load run on start up ui settings value and update the ui state. this.ToggleSwitch_RunAtStartUp.IsOn = settings.startup; } - - ShellPage.ShellHandler.HideContributorsList(); - ShellPage.ShellHandler.HideFeatureDetails(); } /// diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml new file mode 100644 index 0000000000..9b62a2fba2 --- /dev/null +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/ImageResizerPage.xaml @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +