* src/frontends/qt4/ui/QPrefConvertersUI.ui: lay out in a grid (fixes bug 3476)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17862 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-04-19 16:37:39 +00:00
parent 73e3e258ca
commit f16d156a63

View File

@ -12,15 +12,15 @@
<property name="windowTitle" >
<string/>
</property>
<widget class="QGroupBox" name="cacheGB" >
<property name="geometry" >
<rect>
<x>0</x>
<y>330</y>
<width>421</width>
<height>61</height>
</rect>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="0" >
<widget class="QGroupBox" name="cacheGB" >
<property name="title" >
<string>Converter File Cache</string>
</property>
@ -76,15 +76,9 @@
</item>
</layout>
</widget>
</item>
<item row="0" column="0" >
<widget class="QGroupBox" name="groupBox" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>421</width>
<height>331</height>
</rect>
</property>
<property name="title" >
<string>Converter &amp;Definitions</string>
</property>
@ -281,6 +275,8 @@
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>convertersLW</tabstop>