From 8209228f0463c05f1229831617da12040cd6bee6 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 3 Oct 2022 13:02:00 +0200 Subject: [PATCH] Fixed incorrect padding --- sbapp/ui/layouts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sbapp/ui/layouts.py b/sbapp/ui/layouts.py index 38fe53d..b7ed93a 100644 --- a/sbapp/ui/layouts.py +++ b/sbapp/ui/layouts.py @@ -1058,6 +1058,7 @@ MDNavigationLayout: orientation: "horizontal" # spacing: "24dp" size_hint_y: None + padding: [0,0,dp(24),0] height: dp(48) MDLabel: id: trusted_switch_label