diff --git a/Business/App.xaml b/Business/App.xaml index f36c42d..e16f6e9 100644 --- a/Business/App.xaml +++ b/Business/App.xaml @@ -14,8 +14,26 @@ + + + + diff --git a/UserInterface/ColorSelector.xaml b/UserInterface/ColorSelector.xaml index d85b169..b2e1e17 100644 --- a/UserInterface/ColorSelector.xaml +++ b/UserInterface/ColorSelector.xaml @@ -5,12 +5,12 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" x:Class="SystemTrayMenu.UserInterface.ColorSelector" - mc:Ignorable="d"> + mc:Ignorable="d" Margin="1"> - - diff --git a/UserInterface/HotkeySelector.cs b/UserInterface/HotkeySelector.cs index b89da5c..7d59854 100644 --- a/UserInterface/HotkeySelector.cs +++ b/UserInterface/HotkeySelector.cs @@ -40,6 +40,9 @@ namespace SystemTrayMenu.UserInterface IsEnabled = false, }; + // Set style defaults from App.xaml (TODO: Fix XAML styles to also apply for this class) + Height = 21; + // Handle events that occurs when keys are pressed KeyUp += HotkeyControl_KeyUp; KeyDown += HotkeyControl_KeyDown; diff --git a/UserInterface/NumericUpDown.xaml b/UserInterface/NumericUpDown.xaml index 2f08170..21752b0 100644 --- a/UserInterface/NumericUpDown.xaml +++ b/UserInterface/NumericUpDown.xaml @@ -1,28 +1,27 @@  - + + mc:Ignorable="d" d:Height="21" Margin="1,1,5,1" Width="76"> - + - - - diff --git a/UserInterface/SettingsWindow.xaml b/UserInterface/SettingsWindow.xaml index 3974142..4caed44 100644 --- a/UserInterface/SettingsWindow.xaml +++ b/UserInterface/SettingsWindow.xaml @@ -20,15 +20,15 @@ - + -