Skip to content

Commit

Permalink
[ui] Make the obstacle checkbox label wrap to avoid overly large mini…
Browse files Browse the repository at this point in the history
…mum width
  • Loading branch information
nirvn authored and nyalldawson committed Jul 31, 2020
1 parent eaab778 commit 8f97788
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ui/qgstextformatwidgetbase.ui
Expand Up @@ -5920,6 +5920,13 @@ font-style: italic;</string>
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget>
</item>
<item>
<widget class="QLabel" name="mLblNoObstacle">
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="text"> <property name="text">
<string>Discourage labels and diagrams from covering features</string> <string>Discourage labels and diagrams from covering features</string>
</property> </property>
Expand Down

0 comments on commit 8f97788

Please sign in to comment.