Fix prefs color layout

the list widget is too narrow with some localizations.
This commit is contained in:
Juergen Spitzmueller 2018-12-23 12:08:54 +01:00
parent 0d88a3e8ec
commit 4f67cf2344

View File

@ -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>&amp;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>&amp;Use system colors</string>
</property>
</widget>
</item>
</layout>
</widget>
<includes>