From 45a5f7f5a431f17d0fabb5fd08229936e4390598 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 27 Sep 2021 19:31:51 +0200 Subject: [ui] pseudo-load based on distance --- gui/components/Preferences.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/components/Preferences.qml') 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 { -- cgit v1.2.3