Change size policy of buffer combo in refs dialog

Fixes: #9316
This commit is contained in:
Juergen Spitzmueller 2018-08-02 09:08:11 +02:00
parent 87a7f728ca
commit b286c6d235

View File

@ -101,7 +101,7 @@
<item>
<widget class="QComboBox" name="bufferCO">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -109,6 +109,12 @@
<property name="toolTip">
<string>The (sub-)document from which the available labels are displayed</string>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
</property>
<property name="minimumContentsLength">
<number>0</number>
</property>
</widget>
</item>
</layout>