Fix layout of the View Source window when using Qt 4.2.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28091 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2009-01-11 12:12:56 +00:00
parent 36e07437ab
commit e4eb0f3118

View File

@ -75,7 +75,9 @@
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QTextEdit" name="viewSourceTV" > <widget class="QTextEdit" name="viewSourceTV" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy vsizetype="Ignored" hsizetype="Expanding" > <sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>13</vsizetype>
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>