summaryrefslogtreecommitdiff
path: root/gui/components/Preferences.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-09-24 21:56:59 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:38:22 +0200
commit21ef2eb0534aa28cc47f062df9655f64881bee95 (patch)
tree156444609209d0a5ba0a5ba06d631bb65dd8cca8 /gui/components/Preferences.qml
parent3234cdbd265a75182df1614c125707149d6c8e0b (diff)
[ui] use configuration file
Diffstat (limited to 'gui/components/Preferences.qml')
-rw-r--r--gui/components/Preferences.qml5
1 files changed, 3 insertions, 2 deletions
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