1
0

kivy fixes

This commit is contained in:
ThomasV
2016-02-17 15:19:09 +01:00
parent 74c9a05757
commit 54897c84f8
5 changed files with 23 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ Popup:
GridLayout:
spacing: '10dp'
padding: '10dp'
height: self.minimum_height
cols: 2
TopLabel:
text: _('Requestor') if popup.is_invoice else _('Address')
@@ -43,6 +44,8 @@ Popup:
TopLabel:
text: root.status
OutputList:
id: output_list
TopLabel:
id: txid_label
Widget: