1
0

kivy: gui tweaks

This commit is contained in:
ThomasV
2016-02-16 14:17:44 +01:00
parent bd9e4cc6cf
commit bd34995d9d
3 changed files with 21 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ Popup:
TopLabel:
text: root.description
TopLabel:
text: _('Status') if popup.amount or popup.is_invoice else _('Amount received')
text: (_('Status') if popup.amount or popup.is_invoice else _('Amount received')) if root.status else ''
TopLabel:
text: root.status