Set min size of main window

This commit is contained in:
Megalon 2021-05-15 18:31:40 -07:00
parent ff2ead6e1d
commit d5c5e23e29

View file

@ -9,7 +9,8 @@
Icon="Resources/icon.ico"
SizeChanged="Window_SizeChanged"
UIElement.PreviewMouseDown="Window_PreviewMouseDown"
mc:Ignorable="d">
mc:Ignorable="d"
MinWidth="800" MinHeight="430">
<Grid>
<Rectangle Fill="{DynamicResource ModAssistantBackground}" />
<Rectangle>