set verticalsize policy to ignore until we find a better solution. instead of overlapping dockwidgets we now have a layout where widgets get resized arbitrarily small. in practice this is not an issue since nobody will resize the mainwindow to such small dimension. in the meantime the lyx window will fit nicely on smaller screens. but as said, while looking for something better...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33839 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2010-03-22 20:58:13 +00:00
parent cf8646083f
commit 55b75cf5c0

View 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>
@ -65,6 +72,12 @@
</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>
@ -131,6 +144,12 @@
</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>