summaryrefslogtreecommitdiff
path: root/gui/components/Preferences.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-09-27 19:31:51 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:38:22 +0200
commit45a5f7f5a431f17d0fabb5fd08229936e4390598 (patch)
tree6a3c1818b64d606675688edf1522017ed2a84188 /gui/components/Preferences.qml
parent05730b9acb708bb311b7116ecc60d5e0c90e2ceb (diff)
[ui] pseudo-load based on distance
Diffstat (limited to 'gui/components/Preferences.qml')
-rw-r--r--gui/components/Preferences.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/components/Preferences.qml b/gui/components/Preferences.qml
index 2b0aae8..cc25101 100644
--- a/gui/components/Preferences.qml
+++ b/gui/components/Preferences.qml
@@ -34,9 +34,9 @@ ThemedPage {
Rectangle {
id: turnOffWarning
visible: false
- height: 40
+ height: 20
width: parent.width
- color: Theme.bgColor
+ color: "white"
Label {