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:
parent
fc5b5f584e
commit
7b93630b03
@ -46,7 +46,11 @@
|
|||||||
<widget class="QComboBox" name="field_value"/>
|
<widget class="QComboBox" name="field_value"/>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="order"/>
|
<widget class="QComboBox" name="order">
|
||||||
|
<property name="sizeAdjustPolicy">
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user