commit 4f67cf2344be4a61f57eebf561da1042c86d7a64
Author: Juergen Spitzmueller <[email protected]>
Date: Sun Dec 23 12:08:54 2018 +0100
Fix prefs color layout
the list widget is too narrow with some localizations.
---
src/frontends/qt4/ui/PrefColorsUi.ui | 35 ++++++++++-----------------------
1 files changed, 11 insertions(+), 24 deletions(-)
diff --git a/src/frontends/qt4/ui/PrefColorsUi.ui
b/src/frontends/qt4/ui/PrefColorsUi.ui
index 2598af2..10aa667 100644
--- a/src/frontends/qt4/ui/PrefColorsUi.ui
+++ b/src/frontends/qt4/ui/PrefColorsUi.ui
@@ -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>