Commit 2b2c826b authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #627 from koenkooi/vgascreen

MainWindow: set minimum size to 640x400
parents 2792adc5 01b1c10a
......@@ -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