1
0

move methods related to amount dialog

This commit is contained in:
ThomasV
2015-12-18 13:04:19 +01:00
parent f7a3b53c3f
commit e46b00bb39
4 changed files with 36 additions and 35 deletions

View File

@@ -42,7 +42,8 @@ ReceiveScreen:
size_hint: 1, None
height: '48dp'
opacity: 0.5 if qr.shaded else 1
text: s.address
text: _('Bitcoin Address') + ': ' + s.address
text_size: self.width, None
SendReceiveBlueBottom:
id: blue_bottom
@@ -98,5 +99,5 @@ ReceiveScreen:
size_hint: 1, None
height: '48dp'
on_release: s.parent.do_new()
Widget:
size_hint: 1, 0.3
#Widget:
# size_hint: 1, 0.3