* PreambleUi.ui:

- fix bug #3936: Paste into preamble gives wrong font size.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30394 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-07-07 08:12:28 +00:00
parent abdb069f9e
commit bca1c1b92b

View File

@ -20,11 +20,14 @@
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QTextEdit" name="preambleTE" />
<widget class="QTextEdit" name="preambleTE" >
<property name="acceptRichText" >
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_i18n.h</include>
</includes>