1
0

kivy: improve ref label and QR codes

This commit is contained in:
ThomasV
2016-02-18 13:53:23 +01:00
parent 34ddaaa419
commit 74a822ae56
6 changed files with 29 additions and 21 deletions

View File

@@ -62,8 +62,8 @@ Builder.load_string('''
TopLabel:
text: _('Transaction ID') + ':' if root.tx_hash else ''
TxHashLabel:
tx_hash: root.tx_hash
data: root.tx_hash
name: _('Transaction ID')
Widget:
size_hint: 1, 0.1