Reduce Minimum window size

From 1280x720 to 1000x600
To fit window in top-half / top-third of portrait 1920x1080 monitor:

+------------+
| SourceGit  | 
|            |
+------------+
|File Browser|
|            |
+------------+
| Web Browser|
|            |
+------------+
This commit is contained in:
Noah Kiser 2024-07-29 07:40:53 -05:00 committed by GitHub
parent b7c6d62c6d
commit d23134bdc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
x:DataType="vm:Launcher"
Icon="/App.ico"
Title="SourceGit"
MinWidth="1280" MinHeight="720"
MinWidth="1024" MinHeight="600"
WindowStartupLocation="CenterScreen">
<Grid x:Name="MainLayout">
<Grid.RowDefinitions>