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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -257,8 +257,10 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="mUnitLabel"> <widget class="QLabel" name="mUnitLabel">
<property name="text"> <property name="text">
<string>Label unit <string>Label unit suffix</string>
suffix</string> </property>
<property name="wordWrap">
<bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
Expand Down

0 comments on commit 6e1c9c4

Please sign in to comment.