1
0
This commit is contained in:
ThomasV
2016-04-05 17:24:03 +02:00
parent 8e6e287802
commit 355f2e07d4
2 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
icon: 'atlas://gui/kivy/theming/light/important'
message: ''
value: 0
amount: app.format_amount(self.value, True) if self.value is not None else '--'
value_known: True
amount: app.format_amount(self.value, True) if self.value_known else '--'
amount_color: '#FF6657' if self.value < 0 else '#2EA442'
confirmations: 0
date: ''