Fix View Source size

Fixes: #9084.
This commit is contained in:
Juergen Spitzmueller 2014-05-02 11:03:32 +02:00
parent 90a16b3ec1
commit b14e5925a9
2 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -34,7 +34,7 @@
<item>
<widget class="QTextEdit" name="viewSourceTV">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>

View File

@ -108,6 +108,9 @@ What's new
- Fix invalid writing of default_otf_view_format preference (bug 9100).
- Open View > Source Pane at a reasonable size (bug 9084). The downside of
this fix is that the Source Pane cannot be shrunken ad infinitum anymore.
* INTERNALS