From 443c8938be27d50eb8333a0443ccd80277101ce2 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 11 Dec 2024 02:01:50 +0100 Subject: [PATCH] UI cleanup --- sbapp/ui/layouts.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/sbapp/ui/layouts.py b/sbapp/ui/layouts.py index 1404f63..4e6ab43 100644 --- a/sbapp/ui/layouts.py +++ b/sbapp/ui/layouts.py @@ -1783,21 +1783,21 @@ MDScreen: disabled: False active: False - MDBoxLayout: - orientation: "horizontal" - size_hint_y: None - padding: [0,0,dp(24),dp(0)] - height: dp(48) + # MDBoxLayout: + # orientation: "horizontal" + # size_hint_y: None + # padding: [0,0,dp(24),dp(0)] + # height: dp(48) - MDLabel: - text: "Use Home Node as Broadcast Repeater" - font_style: "H6" + # MDLabel: + # text: "Use Home Node as Broadcast Repeater" + # font_style: "H6" - MDSwitch: - id: settings_home_node_as_broadcast_repeater - pos_hint: {"center_y": 0.3} - active: False - disabled: True + # MDSwitch: + # id: settings_home_node_as_broadcast_repeater + # pos_hint: {"center_y": 0.3} + # active: False + # disabled: True MDBoxLayout: orientation: "horizontal"