kivy: minor tweaks

This commit is contained in:
ThomasV 2016-02-15 05:00:14 +01:00
parent b7c4492d3b
commit eebc8ecc0f
2 changed files with 2 additions and 10 deletions

View File

@ -101,6 +101,7 @@
padding: '12dp', 0
<CardSeparator@Widget>
size_hint: 1, None
height: dp(1)
@ -221,9 +222,6 @@
RequestsScreen:
id: requests_screen
tab: requests_tab
#ContactsScreen:
# id: contacts_screen
# tab: contacts_tab
CleanHeader:
id: invoices_tab
text: _('Invoices')
@ -244,10 +242,7 @@
id: requests_tab
text: _('Requests')
slide: 4
#CleanHeader:
# id: contacts_tab
# text: _('Contacts')
# slide: 4
<ActionOvrButton@ActionButton>
on_release:

View File

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