NomenclUi.ui: fix #3936 also for the description field of the nomenclature dialog as reported in #6054

OK for branch too?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30401 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-07-07 12:06:15 +00:00
parent 73f9991eec
commit c5208a21ec

View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NomenclUi</class>
<widget class="QDialog" name="NomenclUi">
@ -64,12 +65,12 @@
</item>
<item row="3" column="0" colspan="2">
<layout class="QHBoxLayout">
<property name="margin" >
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<spacer>
<property name="orientation">
@ -78,7 +79,7 @@
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
@ -109,7 +110,11 @@
</layout>
</item>
<item row="1" column="1">
<widget class="QTextEdit" name="descriptionTE" />
<widget class="QTextEdit" name="descriptionTE">
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>