mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* 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:
parent
3ad2817292
commit
cda4fe9dca
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user