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
  • Loading branch information
m-kuhn committed Aug 15, 2020
1 parent 84d45fc commit 143a8e6
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 143a8e6

Please sign in to comment.