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 @@
</property>
<property name="minimumSize">
<size>
<width>1024</width>
<height>600</height>
<width>640</width>
<height>400</height>
</size>
</property>
<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