Skip to content

Commit

Permalink
Adjust relation reference config widget
Browse files Browse the repository at this point in the history
Reduce minimum width of the combobox

(cherry picked from commit 143a8e6)
  • Loading branch information
m-kuhn authored and nyalldawson committed Sep 11, 2020
1 parent 1869829 commit 493fb2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/editorwidgets/qgsrelationreferenceconfigdlgbase.ui
Expand Up @@ -29,7 +29,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="mComboRelation"/>
<widget class="QComboBox" name="mComboRelation">
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="mCbxAllowNull">
Expand Down

0 comments on commit 493fb2e

Please sign in to comment.