From 8745f643678e6bb5aa7bfa9ffbc3c9c81ad3c7ff Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 14 Apr 2024 12:34:49 -0600 Subject: [PATCH] Make game background image use all window. Increased padding to sidebar and Top panel. Changed background and foreground colors of items in sidebar and top panel. --- source/Constants.xaml | 5 +-- source/CustomControls/SidebarItem.xaml | 6 +-- source/CustomControls/TopPanelItem.xaml | 3 +- source/Views/Library.xaml | 54 ++++++++++++++++++------- source/Views/MainWindow.xaml | 40 +++++++++++++++--- source/Views/Sidebar.xaml | 15 +++++-- source/Views/TopPanel.xaml | 2 +- 7 files changed, 93 insertions(+), 32 deletions(-) diff --git a/source/Constants.xaml b/source/Constants.xaml index eea7a00..3c4db5d 100644 --- a/source/Constants.xaml +++ b/source/Constants.xaml @@ -129,8 +129,8 @@ #e62e4c #0Ffbfbfb - #14f3f3f3 - #e0646464 + Transparent + #14f3f3f3 #14f3f3f3 #14f3f3f3 @@ -290,5 +290,4 @@ - \ No newline at end of file diff --git a/source/CustomControls/SidebarItem.xaml b/source/CustomControls/SidebarItem.xaml index bf6abbe..9e91b02 100644 --- a/source/CustomControls/SidebarItem.xaml +++ b/source/CustomControls/SidebarItem.xaml @@ -6,7 +6,7 @@ - + @@ -35,10 +35,10 @@ - + - + diff --git a/source/CustomControls/TopPanelItem.xaml b/source/CustomControls/TopPanelItem.xaml index 41059ef..5f84ab7 100644 --- a/source/CustomControls/TopPanelItem.xaml +++ b/source/CustomControls/TopPanelItem.xaml @@ -7,7 +7,7 @@ - + @@ -30,6 +30,7 @@ + diff --git a/source/Views/Library.xaml b/source/Views/Library.xaml index 93af4a7..5343203 100644 --- a/source/Views/Library.xaml +++ b/source/Views/Library.xaml @@ -5,6 +5,7 @@ mc:Ignorable="d"> + + + + - - - - - - - + + + + + + + + diff --git a/source/Views/MainWindow.xaml b/source/Views/MainWindow.xaml index 432c1ed..9eb38ec 100644 --- a/source/Views/MainWindow.xaml +++ b/source/Views/MainWindow.xaml @@ -35,13 +35,41 @@ + + + + + + + + + + + + + + - - - - - +