Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #33678 from alexbruy/backport-33643-to-release-3_10
[GUI] fix identify panel size when long localized strings used (fix #29546)
  • Loading branch information
alexbruy committed Jan 9, 2020
2 parents c187271 + 73578fc commit 1a184c0
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>355</width>
<height>390</height>
<width>465</width>
<height>490</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -115,11 +115,11 @@
</item>
<item>
<widget class="QComboBox" name="cmbIdentifyMode">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
<property name="minimumContentsLength">
<number>6</number>
</property>
</widget>
</item>
Expand All @@ -138,9 +138,19 @@
</item>
<item>
<widget class="QCheckBox" name="cbxAutoFeatureForm">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblAutoFeatureForm">
<property name="text">
<string>Auto open form</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 1a184c0

Please sign in to comment.