Commit 01b1c10a authored by Koen Kooi's avatar Koen Kooi

MainWindow: set minimum size to 640x400

Signed-off-by: 's avatarKoen Kooi <koen@dominion.thruhere.net>
parent cbb366b6
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>1024</width> <width>640</width>
<height>600</height> <height>400</height>
</size> </size>
</property> </property>
<property name="baseSize"> <property name="baseSize">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment