From 498c8d534f149f409acbecae7dfb9ed5f1ebf7ad Mon Sep 17 00:00:00 2001 From: Aaron Junker Date: Tue, 29 Jul 2025 18:01:23 +0200 Subject: [PATCH] Fix xaml styling --- .../ShortcutGuideXAML/App.xaml | 6 +- .../ShortcutGuideXAML/MainWindow.xaml | 78 +++- .../ShortcutGuideXAML/OOBEView.xaml | 52 +-- .../ShortcutGuideXAML/ShortcutView.xaml | 355 ++++++++++++++---- .../SettingsXAML/Views/ShellPage.xaml | 2 +- .../SettingsXAML/Views/ShortcutGuidePage.xaml | 4 +- 6 files changed, 381 insertions(+), 116 deletions(-) diff --git a/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/App.xaml b/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/App.xaml index ecf79cfe49..7856e36356 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/App.xaml +++ b/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/App.xaml @@ -1,4 +1,4 @@ - + - + - + diff --git a/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/MainWindow.xaml b/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/MainWindow.xaml index b527eba93f..7b4f953ea0 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/MainWindow.xaml +++ b/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/MainWindow.xaml @@ -1,11 +1,11 @@ - + @@ -20,29 +20,81 @@ - - - + - - - + + + - + - + - - - + diff --git a/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/OOBEView.xaml b/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/OOBEView.xaml index b93aacedad..ec1959df73 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/OOBEView.xaml +++ b/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/OOBEView.xaml @@ -1,43 +1,47 @@ - + - - + + - - + + - - + + - - + + - - + + - - - + + + diff --git a/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/ShortcutView.xaml b/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/ShortcutView.xaml index f2425e0ea7..f68b3a464d 100644 --- a/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/ShortcutView.xaml +++ b/src/modules/ShortcutGuide/ShortcutGuide.Ui/ShortcutGuideXAML/ShortcutView.xaml @@ -1,37 +1,61 @@ - + + mc:Ignorable="d"> - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -40,97 +64,284 @@ - - - + + + - + - - + + - + - - + + - + - - - + + + - + - + - + - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/src/settings-ui/Settings.UI/SettingsXAML/Views/ShellPage.xaml b/src/settings-ui/Settings.UI/SettingsXAML/Views/ShellPage.xaml index b503fce5ef..0a570fac21 100644 --- a/src/settings-ui/Settings.UI/SettingsXAML/Views/ShellPage.xaml +++ b/src/settings-ui/Settings.UI/SettingsXAML/Views/ShellPage.xaml @@ -165,7 +165,7 @@ helpers:NavHelper.NavigateTo="views:ShortcutGuidePage" Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/ShortcutGuide.png}"> - + - +