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

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28092 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2009-01-11 12:13:54 +00:00
parent 041e436f20
commit 67bda0c384
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -134,6 +134,8 @@ What's new
- Change tooltip for graphics group parameters.
- Fix layout of the View Source window when using Qt 4.2.
* DOCUMENTATION AND LOCALIZATION