UI cleanup

This commit is contained in:
Mark Qvist 2024-12-11 02:01:50 +01:00
parent c210754aa4
commit 443c8938be
1 changed files with 13 additions and 13 deletions

View File

@ -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"