Skip to content

Commit

Permalink
Fixed #1371444, random resizing on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Apr 23, 2015
1 parent 77eda35 commit 70d1a90
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/ui/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
<height>502</height>
</rect>
</property>
<property name="baseSize">
<size>
<width>780</width>
<height>590</height>
</size>
</property>
<property name="windowTitle">
<string>Mudlet 1.0 - alpha 1</string>
</property>
Expand Down Expand Up @@ -46,7 +40,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -97,7 +100,7 @@
<x>0</x>
<y>0</y>
<width>750</width>
<height>24</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuEditor">
Expand Down

0 comments on commit 70d1a90

Please sign in to comment.