1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-28 10:30:38 +01:00

Resize the sort order combobox when its contents changes. Fixes #4173

This commit is contained in:
David Sansome 2014-02-09 16:43:43 +11:00
parent fc5b5f584e
commit 7b93630b03

View File

@ -46,7 +46,11 @@
<widget class="QComboBox" name="field_value"/>
</item>
<item>
<widget class="QComboBox" name="order"/>
<widget class="QComboBox" name="order">
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
</widget>
</item>
</layout>
</item>