declare password before text, fixes #2337

This commit is contained in:
dessant 2015-11-12 21:21:53 +02:00
parent 62e4756565
commit aa63c68d65
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ BoxLayout:
background_color: .8, .8, 0, 1
size_hint: 1, 3
TextInput:
text: "Password (but you can't see it)"
password: True
text: "Password (but you can't see it)"
multiline: False
on_text: viewer.text = self.text
TextInput: