From 2eddbe5638ea77ac5bca8fef603ee0a84206da80 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:35:33 +0100 Subject: [PATCH] Refactor/clean up window styles --- Schemas/AppSelectionWindow.xaml | 49 -------- Schemas/MainWindow.xaml | 136 +---------------------- Schemas/RevertSettingsWindow.xaml | 2 +- Schemas/SharedStyles.xaml | 132 ++++++++++++++++++++++ Scripts/GUI/Show-MainWindow.ps1 | 4 +- Scripts/GUI/Show-RevertSettingsModal.ps1 | 24 +--- 6 files changed, 141 insertions(+), 206 deletions(-) diff --git a/Schemas/AppSelectionWindow.xaml b/Schemas/AppSelectionWindow.xaml index 632988e..8f0c417 100644 --- a/Schemas/AppSelectionWindow.xaml +++ b/Schemas/AppSelectionWindow.xaml @@ -9,55 +9,6 @@ Background="Transparent" Foreground="{DynamicResource FgColor}"> - - - - - - - - - - - - - - - - - - @@ -1155,12 +1023,12 @@ - + - + diff --git a/Schemas/RevertSettingsWindow.xaml b/Schemas/RevertSettingsWindow.xaml index 7aa39ab..fb9d0ca 100644 --- a/Schemas/RevertSettingsWindow.xaml +++ b/Schemas/RevertSettingsWindow.xaml @@ -27,7 +27,7 @@ diff --git a/Schemas/SharedStyles.xaml b/Schemas/SharedStyles.xaml index 6a18f47..bff42a1 100644 --- a/Schemas/SharedStyles.xaml +++ b/Schemas/SharedStyles.xaml @@ -151,6 +151,138 @@ + + + + + + + + + + + +