Skip to content

Commit

Permalink
Fixed settings window size
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchrzan committed Mar 1, 2021
1 parent e3988a2 commit 38c1b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ColorPicker/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
</Window>

0 comments on commit 38c1b02

Please sign in to comment.