]> git.lyx.org Git - lyx.git/commitdiff
Fix View Source size
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 1 May 2014 16:00:37 +0000 (18:00 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 1 May 2014 16:00:37 +0000 (18:00 +0200)
Fixes: #9084.
src/frontends/qt4/ui/ViewSourceUi.ui

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>