Skip to content

Commit

Permalink
Wrap content in label editor widget
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Jul 23, 2012
1 parent 840e280 commit 4018ca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgscomposerlabelwidgetbase.ui
Expand Up @@ -30,8 +30,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>256</width>
<height>444</height>
<width>271</width>
<height>470</height>
</rect>
</property>
<attribute name="label">
Expand All @@ -41,7 +41,7 @@
<item row="0" column="0" colspan="2">
<widget class="QTextEdit" name="mTextEdit">
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
<enum>QTextEdit::WidgetWidth</enum>
</property>
</widget>
</item>
Expand Down

0 comments on commit 4018ca6

Please sign in to comment.