UI cleanup
This commit is contained in:
parent
c210754aa4
commit
443c8938be
|
@ -1783,21 +1783,21 @@ MDScreen:
|
||||||
disabled: False
|
disabled: False
|
||||||
active: False
|
active: False
|
||||||
|
|
||||||
MDBoxLayout:
|
# MDBoxLayout:
|
||||||
orientation: "horizontal"
|
# orientation: "horizontal"
|
||||||
size_hint_y: None
|
# size_hint_y: None
|
||||||
padding: [0,0,dp(24),dp(0)]
|
# padding: [0,0,dp(24),dp(0)]
|
||||||
height: dp(48)
|
# height: dp(48)
|
||||||
|
|
||||||
MDLabel:
|
# MDLabel:
|
||||||
text: "Use Home Node as Broadcast Repeater"
|
# text: "Use Home Node as Broadcast Repeater"
|
||||||
font_style: "H6"
|
# font_style: "H6"
|
||||||
|
|
||||||
MDSwitch:
|
# MDSwitch:
|
||||||
id: settings_home_node_as_broadcast_repeater
|
# id: settings_home_node_as_broadcast_repeater
|
||||||
pos_hint: {"center_y": 0.3}
|
# pos_hint: {"center_y": 0.3}
|
||||||
active: False
|
# active: False
|
||||||
disabled: True
|
# disabled: True
|
||||||
|
|
||||||
MDBoxLayout:
|
MDBoxLayout:
|
||||||
orientation: "horizontal"
|
orientation: "horizontal"
|
||||||
|
|
Loading…
Reference in New Issue