Browse Source

kivy: minor tweaks

master
ThomasV 10 years ago
parent
commit
eebc8ecc0f
  1. 9
      gui/kivy/main.kv
  2. 3
      gui/kivy/uix/ui_screens/send.kv

9
gui/kivy/main.kv

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

3
gui/kivy/uix/ui_screens/send.kv

@ -6,13 +6,11 @@
SendScreen: SendScreen:
id: s id: s
name: 'send' name: 'send'
address: '' address: ''
amount: '' amount: ''
message: '' message: ''
BoxLayout BoxLayout
padding: '12dp', '12dp', '12dp', '12dp' padding: '12dp', '12dp', '12dp', '12dp'
spacing: '12dp' spacing: '12dp'
@ -21,7 +19,6 @@ SendScreen:
id: blue_bottom id: blue_bottom
size_hint: 1, None size_hint: 1, None
height: self.minimum_height height: self.minimum_height
spacing: '5dp'
BoxLayout: BoxLayout:
size_hint: 1, None size_hint: 1, None
height: blue_bottom.item_height height: blue_bottom.item_height

Loading…
Cancel
Save