Skip to content

Commit 3b4d5c1

Browse files
committed
set min and max form size
1 parent 9d9b4e2 commit 3b4d5c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

WinSyncScroll/MainWindow.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
Closing="WindowClosing"
1313
Icon="./Resources/Icon/app_icon_64.png"
1414
Height="200"
15-
Width="800">
15+
MinHeight="200"
16+
MaxHeight="200"
17+
Width="800"
18+
MinWidth="300">
1619
<Grid>
1720
<Grid.RowDefinitions>
1821
<RowDefinition Height="1*"></RowDefinition>

0 commit comments

Comments
 (0)