Skip to content

Commit

Permalink
changed tab width of QPlainTextEdit in QComposerLabelWidget (easier t…
Browse files Browse the repository at this point in the history
…o read for html)
  • Loading branch information
olivierdalang committed Feb 6, 2013
1 parent cf2ffef commit 8b9522a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/qgscomposerlabelwidgetbase.ui
Expand Up @@ -234,7 +234,11 @@
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QPlainTextEdit" name="mTextEdit"/>
<widget class="QPlainTextEdit" name="mTextEdit">
<property name="tabStopWidth">
<number>10</number>
</property>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 8b9522a

Please sign in to comment.