From 637cf096fd3cbbabc9cc2874b6a2d4230b67bce9 Mon Sep 17 00:00:00 2001 From: Caeden Statia Date: Fri, 31 Jan 2020 20:13:08 -0800 Subject: [PATCH] Add Rectangle to MainWindow for background color --- ModAssistant/App.xaml | 4 +- ModAssistant/MainWindow.xaml | 171 +++++++++++++++++----------------- ModAssistant/Themes/Dark.xaml | 2 +- 3 files changed, 90 insertions(+), 87 deletions(-) diff --git a/ModAssistant/App.xaml b/ModAssistant/App.xaml index b466329..ebfa1dd 100644 --- a/ModAssistant/App.xaml +++ b/ModAssistant/App.xaml @@ -288,8 +288,8 @@ - diff --git a/ModAssistant/MainWindow.xaml b/ModAssistant/MainWindow.xaml index 7b69e67..1b3e668 100644 --- a/ModAssistant/MainWindow.xaml +++ b/ModAssistant/MainWindow.xaml @@ -8,95 +8,98 @@ Icon="Resources/icon.ico" Title="Mod Assistant" Width="1280" Height="720" UIElement.PreviewMouseDown="Window_PreviewMouseDown"> - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - + - - - - - - - - - - - - - - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + + + + + diff --git a/ModAssistant/Themes/Dark.xaml b/ModAssistant/Themes/Dark.xaml index 93f0a6a..6610e77 100644 --- a/ModAssistant/Themes/Dark.xaml +++ b/ModAssistant/Themes/Dark.xaml @@ -48,6 +48,6 @@ - + \ No newline at end of file