1
0

kivy updates

This commit is contained in:
ThomasV
2015-12-02 18:02:11 +01:00
parent d60be8e19c
commit fb641b5bf1
7 changed files with 38 additions and 27 deletions

View File

@@ -40,20 +40,13 @@ ReceiveScreen:
size_hint: 1, None
height: blue_bottom.item_height
Image:
source: 'atlas://gui/kivy/theming/light/bit_logo'
source: 'atlas://gui/kivy/theming/light/globe'
size_hint: None, None
size: '22dp', '22dp'
pos_hint: {'center_y': .5}
Button:
AmountButton:
id: amount
default_text: 'Amount (optional)'
text: self.default_text
text_size: (amount.width-15, None)
halign: 'left'
size_hint: 0.5, None
height: '48dp'
on_release: app.amount_dialog(amount, receive_screen.parent.update_qr, False)
background_color: 0, 0, 0, 0
CardSeparator:
opacity: message_selection.opacity
color: blue_bottom.foreground_color
@@ -70,7 +63,7 @@ ReceiveScreen:
pos_hint: {'center_y': .5}
TextInputBlue:
id: message
hint_text: 'Description (optional)'
hint_text: 'Description'
on_text_validate: receive_screen.parent.update_qr()
BoxLayout: