Skip to content

Commit

Permalink
Do not wrap labels in composer legend properties widget
Browse files Browse the repository at this point in the history
Fix #10498
  • Loading branch information
m-kuhn committed Nov 22, 2015
1 parent 88beaae commit 7840dbe
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions src/ui/composer/qgscomposerlegendwidgetbase.ui
Expand Up @@ -86,9 +86,6 @@
<property name="text">
<string>&amp;Title</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="buddy">
<cstring>mTitleLineEdit</cstring>
</property>
Expand All @@ -102,9 +99,6 @@
<property name="text">
<string>Map</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
Expand All @@ -115,9 +109,6 @@
<property name="text">
<string>Wrap text on</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1">
Expand Down Expand Up @@ -213,9 +204,6 @@
<property name="selectionMode">
<enum>QAbstractItemView::ContiguousSelection</enum>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="headerHidden">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -613,9 +601,6 @@
<property name="text">
<string>Symbol width</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
Expand All @@ -636,9 +621,6 @@
<property name="text">
<string>Symbol height</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
Expand Down Expand Up @@ -723,9 +705,6 @@
<property name="text">
<string>Thickness</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="buddy">
<cstring>mRasterBorderWidthSpinBox</cstring>
</property>
Expand Down Expand Up @@ -785,9 +764,6 @@
<property name="text">
<string>Legend width</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
Expand All @@ -811,9 +787,6 @@
<property name="text">
<string>Legend height</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
Expand Down Expand Up @@ -864,9 +837,6 @@
<property name="text">
<string>Group Space</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
Expand All @@ -887,9 +857,6 @@
<property name="text">
<string>Subgroup space</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
Expand All @@ -910,9 +877,6 @@
<property name="text">
<string>Symbol space</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1">
Expand All @@ -933,9 +897,6 @@
<property name="text">
<string>Icon label space</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="1">
Expand All @@ -953,9 +914,6 @@
<property name="text">
<string>Box space</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="1">
Expand Down

0 comments on commit 7840dbe

Please sign in to comment.