diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-09-27 19:31:51 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:10 +0100 |
commit | d7e65d5cd3ca87b7ebc11cc5f6e9bfd4e9cefbfd (patch) | |
tree | 4d74d31f4275dabd145f41f0d61753e155680581 /gui/components/Preferences.qml | |
parent | ab6360dd9a32a11fa220b93c7e379aa4367347d9 (diff) |
[ui] pseudo-load based on distance
Diffstat (limited to 'gui/components/Preferences.qml')
-rw-r--r-- | gui/components/Preferences.qml | 4 |
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 { |