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 dfecc2f6ef..16da96b764 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 @@ -134,13 +134,25 @@ + + + GeneralPage.xaml + + PowerLauncherPage.xaml + + + PowerRenamePage.xaml + ShellPage.xaml + + ShortcutGuidePage.xaml + @@ -207,10 +219,22 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + MSBuild:Compile Designer + + 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 229eadb097..da66b76da9 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 @@ -129,20 +129,20 @@ Main Navigation view item name for Main - - Test1 - Navigation view item name for Test1 - - - Test2 - Navigation view item name for Test2 - - - Test3 - Navigation view item name for Test3 - General Navigation view item name for General + + PowerLauncher + Navigation view item name for PowerLauncher + + + PowerRename + Navigation view item name for PowerRename + + + Shortcut Guide + Navigation view item name for Shortcut Guide + \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Styles/TextBlock.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Styles/TextBlock.xaml index 60e02e0f58..64d9e2d665 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Styles/TextBlock.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Styles/TextBlock.xaml @@ -18,4 +18,9 @@ + + + diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Thickness.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Thickness.xaml index 2683ce8952..0a31c986fd 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Thickness.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Styles/_Thickness.xaml @@ -9,6 +9,7 @@ 0,0,24,0 0,24,0,24 24,24,24,24 + 24,0,24,24 0,0,0,24 @@ -17,14 +18,16 @@ 0, 12, 0, 12 12, 0, 12, 0 0, 0, 12, 0 + 12, 0, 12, 12 12, 12, 12, 12 8, 0, 0, 0 0, 8, 0, 0 + 0, 0, 0, 8 8, 8, 8, 8 0, 4, 0, 0 0, 4, 4, 4 - + \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/PowerLauncherViewModel.cs b/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/PowerLauncherViewModel.cs new file mode 100644 index 0000000000..557629e4d7 --- /dev/null +++ b/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/PowerLauncherViewModel.cs @@ -0,0 +1,13 @@ +using System; + +using Microsoft.PowerToys.Settings.UI.Helpers; + +namespace Microsoft.PowerToys.Settings.UI.ViewModels +{ + public class PowerLauncherViewModel : Observable + { + public PowerLauncherViewModel() + { + } + } +} \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/PowerRenameViewModel.cs b/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/PowerRenameViewModel.cs new file mode 100644 index 0000000000..fbc924881e --- /dev/null +++ b/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/PowerRenameViewModel.cs @@ -0,0 +1,13 @@ +using System; + +using Microsoft.PowerToys.Settings.UI.Helpers; + +namespace Microsoft.PowerToys.Settings.UI.ViewModels +{ + public class PowerRenameViewModel : Observable + { + public PowerRenameViewModel() + { + } + } +} \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/ShortcutGuideViewModel.cs b/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/ShortcutGuideViewModel.cs new file mode 100644 index 0000000000..7183da5e11 --- /dev/null +++ b/src/core/Microsoft.PowerToys.Settings.UI/ViewModels/ShortcutGuideViewModel.cs @@ -0,0 +1,12 @@ +using System; +using Microsoft.PowerToys.Settings.UI.Helpers; + +namespace Microsoft.PowerToys.Settings.UI.ViewModels +{ + public class ShortcutGuideViewModel : Observable + { + public ShortcutGuideViewModel() + { + } + } +} \ No newline at end of file diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml index 8c61973878..0dd40c279b 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/GeneralPage.xaml @@ -11,22 +11,23 @@ - + - + - + -