mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
[ui] Prevent font combobox widgets from taking much minimum width
This commit is contained in:
parent
395a82bdca
commit
6ca1b30960
@ -1315,6 +1315,12 @@ font-style: italic;</string>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QFontComboBox" name="mFontFamilyCmbBx">
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
|
||||
</property>
|
||||
<property name="minimumContentsLength">
|
||||
<number>8</number>
|
||||
</property>
|
||||
<property name="editable">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
|
||||
@ -162,7 +162,14 @@
|
||||
</layout>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="QFontComboBox" name="cboFont"/>
|
||||
<widget class="QFontComboBox" name="cboFont">
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
|
||||
</property>
|
||||
<property name="minimumContentsLength">
|
||||
<number>8</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="10" column="0" rowspan="3">
|
||||
<widget class="QLabel" name="mAnchorPointLabel">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user