kivy: show amount in invoice dialog
This commit is contained in:
@@ -11,6 +11,10 @@ Popup:
|
||||
id: requestor_label
|
||||
text_size: self.width, None
|
||||
size_hint: 1, 0.3
|
||||
Label:
|
||||
id: amount_label
|
||||
text_size: self.width, None
|
||||
size_hint: 1, 0.3
|
||||
Label:
|
||||
id: expiration_label
|
||||
text_size: self.width, None
|
||||
|
||||
Reference in New Issue
Block a user