Showing with 3 additions and 3 deletions.
  1. +3 −3 src/ui/qgscomposerlabelwidgetbase.ui
6 changes: 3 additions & 3 deletions src/ui/qgscomposerlabelwidgetbase.ui
Original file line number Diff line number Diff line change
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