set minimum size for gamelobbydialog

This commit is contained in:
doitux
2007-12-12 08:03:13 +00:00
parent d3207f723b
commit b19c2fd836
+12
View File
@@ -9,6 +9,18 @@
<height>618</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>875</width>
<height>618</height>
</size>
</property>
<property name="windowTitle" >
<string>Internet Game Lobby</string>
</property>