Fix bug #4445: Don't accept rich text formatting because it won't be saved.

This commit is contained in:
John Schember 2010-01-07 19:43:52 -05:00
parent 025d261425
commit 77d4af5d31

View File

@ -43,8 +43,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>879</width>
<height>710</height>
<width>869</width>
<height>698</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
@ -408,7 +408,11 @@
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QTextEdit" name="comments"/>
<widget class="QTextEdit" name="comments">
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>