Skip to content

Commit

Permalink
reduce size of combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 7, 2020
1 parent 442f61d commit ea71f0c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -114,7 +114,14 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="cmbIdentifyMode"/>
<widget class="QComboBox" name="cmbIdentifyMode">
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
<property name="minimumContentsLength">
<number>6</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_43">
Expand Down

0 comments on commit ea71f0c

Please sign in to comment.