Merge pull request #33643 from alexbruy/identify-word-wrap

[GUI] fix identify panel size when long localized strings used (fix #29546)
This commit is contained in:
Alexander Bruy 2020-01-09 09:48:30 +02:00 committed by GitHub
commit 72400524f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">
@ -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>
@ -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>