]> git.lyx.org Git - features.git/commitdiff
Fix View Source size
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 2 May 2014 09:03:32 +0000 (11:03 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 2 May 2014 09:03:32 +0000 (11:03 +0200)
Fixes: #9084.
src/frontends/qt4/ui/ViewSourceUi.ui
status.21x

index cc413e025f6f0f25692105277408d496829860dd..a7fd37d99ab731042ce7f097c34cf92666ede139 100644 (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>
index 50bff94b0dc1a87b6b243a8d77ff3a4f99c815a2..7a6b79394d37125394db43ca234ca6ef377caaf4 100644 (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