kivy: fix typo

This commit is contained in:
ThomasV 2016-10-24 11:57:12 +02:00
parent 92d2395e3d
commit 93ebe9cb22

View file

@ -225,7 +225,7 @@
size_hint: 0.5, None size_hint: 0.5, None
default_text: '' default_text: ''
text: self.default_text text: self.default_text
padding: '5dp', '5db' padding: '5dp', '5dp'
height: '40dp' height: '40dp'
text_color: self.foreground_color text_color: self.foreground_color
disabled_color: 1, 1, 1, 1 disabled_color: 1, 1, 1, 1