Skip to content

Commit 1cf3e18

Browse files
committed
feat: define min dimensions for main window
1 parent 43f9855 commit 1cf3e18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Desktop/MainWindow.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
mc:Ignorable="d"
88
Title="Flow Task Management"
99
WindowState="Maximized"
10+
MinWidth="600"
11+
MinHeight="400"
1012
Icon="Resources\Icon.ico"
1113
AutomationProperties.AutomationId="TasksAppMainWindow">
1214
<Window.Resources>

0 commit comments

Comments
 (0)