diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-09-24 21:56:59 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:09 +0100 |
commit | a2ef9f1e7dee575ff3bff70ba701257f3c24a8c4 (patch) | |
tree | f2b1aa9a730762b50cbb57af22e0291c355e2f92 /gui/components/Preferences.qml | |
parent | 0efd19b935452a7b0b5561f9cba56b01ba7c627f (diff) |
[ui] use configuration file
Diffstat (limited to 'gui/components/Preferences.qml')
-rw-r--r-- | gui/components/Preferences.qml | 5 |
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 |