Fixes: Tweak the minimum and maximum size of the runconfiguration cb

This commit is contained in:
dt
2009-01-30 15:06:48 +01:00
parent ec4b41d31f
commit 3ee7f3859e

View File

@@ -34,11 +34,17 @@
</item>
<item>
<widget class="QComboBox" name="runConfigurationCombo">
<property name="maximumSize">
<size>
<width>500</width>
<height>16777215</height>
</size>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
<property name="minimumContentsLength">
<number>30</number>
<number>15</number>
</property>
</widget>
</item>