mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
ViewSourceUi.ui: backport bug #4430
This commit is contained in:
parent
eda0e34013
commit
0ae098c66b
@ -34,7 +34,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QTextEdit" name="viewSourceTV">
|
<widget class="QTextEdit" name="viewSourceTV">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
<sizepolicy hsizetype="Preferred" vsizetype="Ignored">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||||
</property>
|
</property>
|
||||||
<property name="horizontalSpacing">
|
<property name="horizontalSpacing">
|
||||||
<number>-1</number>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="verticalSpacing">
|
<property name="verticalSpacing">
|
||||||
<number>4</number>
|
<number>4</number>
|
||||||
|
@ -139,6 +139,8 @@ What's new
|
|||||||
|
|
||||||
- Fix category of several layouts of the foils text class (UI only).
|
- Fix category of several layouts of the foils text class (UI only).
|
||||||
|
|
||||||
|
- Correct minimal size of the view source window (bug 4430).
|
||||||
|
|
||||||
|
|
||||||
* INTERNALS
|
* INTERNALS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user