Commit 38c6343d authored by Don Gagne's avatar Don Gagne

Fix sizing

parent f743d7d6
...@@ -11,15 +11,15 @@ ...@@ -11,15 +11,15 @@
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>750</width> <width>802</width>
<height>600</height> <height>471</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
......
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