kivy: fix unicode bug

This commit is contained in:
ThomasV 2016-01-25 12:37:59 +01:00
parent fa7fba53fc
commit b0311885a5
1 changed files with 1 additions and 3 deletions

View File

@ -309,9 +309,7 @@ BoxLayout:
bold: True
markup: True
color: 1, 1, 1, 1
text:
"[color=#777777]{}[/color]"\
.format(app.status)
text: "[color=#777777]"+app.status+"[/color]"
font_size: '22dp'
minimum_width: '1dp'
on_release: app.popup_dialog('status')