Skip to content

Commit

Permalink
Do not force wrap the label
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Apr 29, 2020
1 parent 4aff6b7 commit 6e1c9c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ui/qgscolorrampshaderwidgetbase.ui
Expand Up @@ -257,8 +257,10 @@
<item row="2" column="0">
<widget class="QLabel" name="mUnitLabel">
<property name="text">
<string>Label unit
suffix</string>
<string>Label unit suffix</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
Expand Down

0 comments on commit 6e1c9c4

Please sign in to comment.