1
0

kivy: show amount in invoice dialog

This commit is contained in:
ThomasV
2016-02-15 04:39:53 +01:00
parent f2be3079ea
commit b82f29a8fd
2 changed files with 6 additions and 0 deletions

View File

@@ -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