* PrefFileformatsUi.ui:

- comboboxes adjust to contents.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31317 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-09-07 06:04:17 +00:00
parent 3ad2817292
commit cda4fe9dca

View File

@ -118,7 +118,11 @@
<number>6</number>
</property>
<item>
<widget class="QComboBox" name="viewerCO" />
<widget class="QComboBox" name="viewerCO" >
<property name="sizeAdjustPolicy" >
<enum>QComboBox::AdjustToContents</enum>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="viewerED" />
@ -137,7 +141,11 @@
<number>6</number>
</property>
<item>
<widget class="QComboBox" name="editorCO" />
<widget class="QComboBox" name="editorCO" >
<property name="sizeAdjustPolicy" >
<enum>QComboBox::AdjustToContents</enum>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="editorED" />