kivy: fix typo

This commit is contained in:
ThomasV 2016-10-24 11:57:12 +02:00
parent 92d2395e3d
commit 93ebe9cb22
1 changed files with 1 additions and 1 deletions

View File

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