Use fixed size for the Wizard dialog.
[bertos.git] / wizard / ui / preset_page.ui
index 3418f1200c0df12dcd788921ee1fb7ae7790157b..a7c6c5078a3482be862478b3d2ebdb472989a105 100644 (file)
   <property name="windowTitle">
    <string>Form</string>
   </property>
-  <layout class="QHBoxLayout" name="horizontalLayout">
+  <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,3">
    <item>
-    <widget class="QListWidget" name="presetList"/>
+    <widget class="QListWidget" name="presetList">
+     <property name="minimumSize">
+      <size>
+       <width>150</width>
+       <height>0</height>
+      </size>
+     </property>
+    </widget>
    </item>
    <item>
     <layout class="QVBoxLayout" name="verticalLayout">