Skip to content

Commit

Permalink
MainWindow: set minimum size to 640x400
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi committed Apr 29, 2014
1 parent cbb366b commit 01b1c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 01b1c10

Please sign in to comment.