This commit is contained in:
Albertfanmingo 2024-09-30 22:44:00 +02:00 committed by GitHub
commit 2e81d78eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
Width="{Binding WindowWidth}"
Height="{Binding WindowHeight}"
MinWidth="800"
MinHeight="500"
MinHeight="400"
d:DesignHeight="720"
d:DesignWidth="1280"
x:DataType="viewModels:MainWindowViewModel"

View File

@ -13,7 +13,7 @@
Width="1100"
Height="768"
MinWidth="800"
MinHeight="480"
MinHeight="400"
WindowStartupLocation="CenterOwner"
x:DataType="viewModels:SettingsViewModel"
mc:Ignorable="d"