From 21ef2eb0534aa28cc47f062df9655f64881bee95 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 24 Sep 2021 21:56:59 +0200 Subject: [ui] use configuration file --- gui/components/Preferences.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gui/components/Preferences.qml') diff --git a/gui/components/Preferences.qml b/gui/components/Preferences.qml index 3620471..720454b 100644 --- a/gui/components/Preferences.qml +++ b/gui/components/Preferences.qml @@ -9,8 +9,9 @@ ThemedPage { Column { id: prefCol - // FIXME the checkboxes seem to have a bigger lineHeight themselves, need to pack more. - spacing: 1 + // FIXME checkboxes in Material style force lineHeights too big. + // need to override the style + // See: https://bugreports.qt.io/browse/QTBUG-95385 topPadding: root.width * 0.05 leftPadding: root.width * 0.1 rightPadding: root.width * 0.15 -- cgit v1.2.3