mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
kivy: fix typo
This commit is contained in:
parent
92d2395e3d
commit
93ebe9cb22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue