From cf0439e57e63c20f02e29d6da61957bb8f38a416 Mon Sep 17 00:00:00 2001 From: xxorza Date: Sat, 18 May 2024 21:24:37 +0300 Subject: [PATCH] Refine UI by updating color scheme and margins The commit involves comprehensive changes in the appearance of the Scenarium Editor. It includes updates to the color scheme, transitioning from `DarkGray` to `DarkerGray` for backdrops. Moreover, the margins of several elements have been adjusted for a more fluid visual appearance. Finally, modifications are done to improve the crispness of border rendering with the --- .../ScenariumEditor.NET/MainWindow.xaml | 180 +++++++++--------- .../ScenariumEditor.NET/Node.xaml | 14 +- .../ScenariumEditor.NET/Styles/Basic.xaml | 20 +- .../ScenariumEditor.NET/Styles/Window.xaml | 21 +- .../ScenariumEditor.NET/Styles/Window.xaml.cs | 9 +- 5 files changed, 125 insertions(+), 119 deletions(-) diff --git a/ScenariumEditor.NET/ScenariumEditor.NET/MainWindow.xaml b/ScenariumEditor.NET/ScenariumEditor.NET/MainWindow.xaml index 78b93da..3409376 100644 --- a/ScenariumEditor.NET/ScenariumEditor.NET/MainWindow.xaml +++ b/ScenariumEditor.NET/ScenariumEditor.NET/MainWindow.xaml @@ -13,105 +13,97 @@ Title="MainWindow" Height="450" Width="800" - Background="{StaticResource DarkGray}" - + Background="{StaticResource DarkerGray}" + Style="{StaticResource DefaultWindow}" Loaded="MainWindow_OnLoaded"> - + + + + + + + + - - - - - - - -