From 38c1b029e7acab590d2aec0957dcab59b303fd31 Mon Sep 17 00:00:00 2001 From: martinchrzan Date: Mon, 1 Mar 2021 20:45:22 +0100 Subject: [PATCH] Fixed settings window size --- ColorPicker/SettingsWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ColorPicker/SettingsWindow.xaml b/ColorPicker/SettingsWindow.xaml index 666f84f..fdea173 100644 --- a/ColorPicker/SettingsWindow.xaml +++ b/ColorPicker/SettingsWindow.xaml @@ -12,5 +12,5 @@ ui:ThemeManager.IsThemeAware="True" ui:TitleBar.ExtendViewIntoTitleBar="True" ui:WindowHelper.UseModernWindowStyle="True" - ShowInTaskbar="False" WindowStartupLocation="CenterScreen" Topmost="True" WindowStyle="SingleBorderWindow" SizeToContent="WidthAndHeight"> + ShowInTaskbar="False" WindowStartupLocation="CenterScreen" Topmost="True" WindowStyle="SingleBorderWindow" Width="312" Height="380">