]> git.lyx.org Git - features.git/commitdiff
set verticalsize policy to ignore until we find a better solution. instead of overlap...
authorEdwin Leuven <e.leuven@gmail.com>
Mon, 22 Mar 2010 20:58:13 +0000 (20:58 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Mon, 22 Mar 2010 20:58:13 +0000 (20:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33839 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/ui/FindAndReplaceUi.ui

index b19382a607aa7d50012e025c10d659ddf52590ec..97bc467a6330227fc351d8b2718e149bc659e16c 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <ui version="4.0">
  <class>FindAndReplaceUi</class>
  <widget class="QWidget" name="FindAndReplaceUi">
@@ -6,9 +7,15 @@
     <x>0</x>
     <y>0</y>
     <width>288</width>
-    <height>366</height>
+    <height>395</height>
    </rect>
   </property>
+  <property name="sizePolicy">
+   <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
+    <horstretch>0</horstretch>
+    <verstretch>0</verstretch>
+   </sizepolicy>
+  </property>
   <property name="windowTitle">
    <string>Find LyX Text</string>
   </property>
        </item>
        <item row="1" column="0" colspan="2">
         <widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
          <property name="toolTip">
           <string>Enter the text to search for in this full-featured LyX editing area</string>
          </property>
        </item>
        <item row="5" column="0" colspan="2">
         <widget class="lyx::frontend::EmbeddedWorkArea" name="replace_work_area_">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
          <property name="toolTip">
           <string>Enter the text to replace in this full-featured LyX editing area</string>
          </property>