Skip to content

Commit

Permalink
Adjust width of relation reference config widget
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Aug 16, 2020
1 parent d5114d2 commit b8a5b43
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 b8a5b43

Please sign in to comment.