kivy: minor tweaks
This commit is contained in:
@@ -6,13 +6,11 @@
|
||||
|
||||
|
||||
SendScreen:
|
||||
|
||||
id: s
|
||||
name: 'send'
|
||||
address: ''
|
||||
amount: ''
|
||||
message: ''
|
||||
|
||||
BoxLayout
|
||||
padding: '12dp', '12dp', '12dp', '12dp'
|
||||
spacing: '12dp'
|
||||
@@ -21,7 +19,6 @@ SendScreen:
|
||||
id: blue_bottom
|
||||
size_hint: 1, None
|
||||
height: self.minimum_height
|
||||
spacing: '5dp'
|
||||
BoxLayout:
|
||||
size_hint: 1, None
|
||||
height: blue_bottom.item_height
|
||||
|
||||
Reference in New Issue
Block a user