Cleanup
This commit is contained in:
parent
294570afc1
commit
b5c7ac3f0d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue