forked from qt-creator/qt-creator
Maemo: Improve resize behavior of device configurations combo box.
This commit is contained in:
@@ -24,7 +24,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="deviceConfigComboBox"/>
|
||||
<widget class="QComboBox" name="deviceConfigComboBox">
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer">
|
||||
|
||||
Reference in New Issue
Block a user