kivy: InvoiceDialog: make LN invoice QR code scannable
Don't show the text and the QR code together, only the QR code: the text takes up too much space, which make the QR hard to scan.
This commit is contained in:
@@ -40,7 +40,9 @@ Builder.load_string('''
|
|||||||
text: _('Invoice data')+ ':'
|
text: _('Invoice data')+ ':'
|
||||||
RefLabel:
|
RefLabel:
|
||||||
data: root.data
|
data: root.data
|
||||||
|
text: root.data[:40] + "..."
|
||||||
name: _('Data')
|
name: _('Data')
|
||||||
|
show_text_with_qr: False
|
||||||
TopLabel:
|
TopLabel:
|
||||||
text: _('Description') + ':'
|
text: _('Description') + ':'
|
||||||
RefLabel:
|
RefLabel:
|
||||||
|
|||||||
Reference in New Issue
Block a user