ViewSourceUi.ui: backport bug #4430

This commit is contained in:
Uwe Stöhr 2016-01-23 16:25:02 +01:00
parent eda0e34013
commit 0ae098c66b
2 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,7 @@
<item>
<widget class="QTextEdit" name="viewSourceTV">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<sizepolicy hsizetype="Preferred" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -68,7 +68,7 @@
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="horizontalSpacing">
<number>-1</number>
<number>6</number>
</property>
<property name="verticalSpacing">
<number>4</number>

View File

@ -139,6 +139,8 @@ What's new
- Fix category of several layouts of the foils text class (UI only).
- Correct minimal size of the view source window (bug 4430).
* INTERNALS