diff --git a/Dashboard/MainWindow.xaml b/Dashboard/MainWindow.xaml index c285a568..3f7997c9 100644 --- a/Dashboard/MainWindow.xaml +++ b/Dashboard/MainWindow.xaml @@ -4,6 +4,7 @@ xmlns:controls="clr-namespace:PerformanceMonitorDashboard.Controls" Title="Performance Monitor Dashboard" Height="700" Width="1400" + MinHeight="600" MinWidth="900" WindowStartupLocation="CenterScreen" WindowState="Maximized" Background="{DynamicResource BackgroundBrush}"> diff --git a/Dashboard/Themes/DarkTheme.xaml b/Dashboard/Themes/DarkTheme.xaml index 7390435c..146ed70a 100644 --- a/Dashboard/Themes/DarkTheme.xaml +++ b/Dashboard/Themes/DarkTheme.xaml @@ -1,5 +1,6 @@ + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:sys="clr-namespace:System;assembly=mscorlib"> @@ -33,6 +34,18 @@ #E57373 #2eaef1 + + 2 + 4 + 8 + 12 + 16 + + + 2 + 4 + 6 + diff --git a/InstallerGui/MainWindow.xaml b/InstallerGui/MainWindow.xaml index 5f032534..61b4046f 100644 --- a/InstallerGui/MainWindow.xaml +++ b/InstallerGui/MainWindow.xaml @@ -6,8 +6,8 @@ MinHeight="600" MinWidth="700" WindowStartupLocation="CenterScreen" WindowState="Maximized" - Background="#333333" - Foreground="#FFFFFF"> + Background="{DynamicResource BackgroundBrush}" + Foreground="{DynamicResource ForegroundBrush}"> diff --git a/InstallerGui/Themes/DarkTheme.xaml b/InstallerGui/Themes/DarkTheme.xaml index bfcd3e56..2b9092e5 100644 --- a/InstallerGui/Themes/DarkTheme.xaml +++ b/InstallerGui/Themes/DarkTheme.xaml @@ -11,15 +11,15 @@ - - - - + + + + - - + + - + diff --git a/Lite/MainWindow.xaml b/Lite/MainWindow.xaml index c57bb020..60b8aa8c 100644 --- a/Lite/MainWindow.xaml +++ b/Lite/MainWindow.xaml @@ -4,6 +4,7 @@ xmlns:controls="clr-namespace:PerformanceMonitorLite.Controls" Title="Performance Monitor Lite" Height="700" Width="1200" + MinHeight="600" MinWidth="900" WindowStartupLocation="CenterScreen" WindowState="Maximized" Icon="EDD.ico" diff --git a/Lite/Themes/DarkTheme.xaml b/Lite/Themes/DarkTheme.xaml index 44df319b..21742340 100644 --- a/Lite/Themes/DarkTheme.xaml +++ b/Lite/Themes/DarkTheme.xaml @@ -1,5 +1,6 @@ + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:sys="clr-namespace:System;assembly=mscorlib"> @@ -33,6 +34,18 @@ #E57373 #2eaef1 + + 2 + 4 + 8 + 12 + 16 + + + 2 + 4 + 6 +