Skip to content

Commit

Permalink
Merge pull request #38301 from m-kuhn/reduce_width_of_rel_ref_config
Browse files Browse the repository at this point in the history
Adjust width of relation reference config widget
  • Loading branch information
m-kuhn committed Aug 15, 2020
2 parents 84d45fc + 143a8e6 commit cd6b6ee
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 cd6b6ee

Please sign in to comment.