Update MainWindow minimum size to enable smaller verticle space (#6149)

This commit is contained in:
Jesse Ruth 2021-02-24 20:11:33 -08:00 committed by GitHub
parent 3ccd4f9b14
commit 2d66786656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>800</width> <width>800</width>
<height>0</height> <height>400</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">