mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Fix prefs color layout
the list widget is too narrow with some localizations.
This commit is contained in:
parent
0d88a3e8ec
commit
4f67cf2344
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>370</width>
|
||||
<width>397</width>
|
||||
<height>254</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -20,29 +20,6 @@
|
||||
<string/>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="0" column="2">
|
||||
<spacer name="horizontalSpacer_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="syscolorsCB">
|
||||
<property name="toolTip">
|
||||
<string>Use the color scheme of your Operating System/Desktop Environment</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Use system colors</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<spacer name="horizontalSpacer">
|
||||
<property name="orientation">
|
||||
@ -122,6 +99,16 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="syscolorsCB">
|
||||
<property name="toolTip">
|
||||
<string>Use the color scheme of your Operating System/Desktop Environment</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Use system colors</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<includes>
|
||||
|
Loading…
Reference in New Issue
Block a user