From b5c7ac3f0d5cbebdb2cb76c51a568505d3d4990a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 31 Oct 2023 17:50:58 +0100 Subject: [PATCH] Cleanup --- sbapp/ui/layouts.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sbapp/ui/layouts.py b/sbapp/ui/layouts.py index 63e31de..c050dea 100644 --- a/sbapp/ui/layouts.py +++ b/sbapp/ui/layouts.py @@ -1121,6 +1121,7 @@ MDScreen: MDGridLayout: cols: 1 + spacing: dp(16) padding: [dp(28), dp(28), dp(28), dp(28)] size_hint_y: None height: self.minimum_height @@ -1146,13 +1147,6 @@ MDScreen: max_text_length: 128 font_size: dp(24) - MDBoxLayout: - md_bg_color: [0.2, 0.2, 0.8, 0.8] - size_hint_y: 1.0 - MDLabel: - id: filler - text: "Test" - MDTextField: id: settings_propagation_node_address hint_text: "LXMF Propagation Node"