Skip to content
Snippets Groups Projects
Commit 3ee7f385 authored by dt's avatar dt
Browse files

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

parent ec4b41d3
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment