Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
replace checkbox with checkbox and label to enable word-wrap in
the identify panel (fix #29546)
  • Loading branch information
alexbruy committed Jan 7, 2020
1 parent 3f9b53e commit 442f61d
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 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 @@ -114,14 +114,7 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="cmbIdentifyMode">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<widget class="QComboBox" name="cmbIdentifyMode"/>
</item>
<item>
<spacer name="horizontalSpacer_43">
Expand All @@ -138,9 +131,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 442f61d

Please sign in to comment.