mirror of https://github.com/kivy/kivy.git
remove setting debug
This commit is contained in:
parent
0530cdfd7c
commit
a26dcd5bf8
|
@ -523,7 +523,7 @@
|
|||
size_hint_x: .66
|
||||
id: labellayout
|
||||
markup: True
|
||||
text: '{0}\n[size=13sp][color=999999]{1}[/color][/size]{2}'.format(root.title or '', root.desc or '', self.font_size)
|
||||
text: '{0}\n[size=13sp][color=999999]{1}[/color][/size]'.format(root.title or '', root.desc or '')
|
||||
font_size: '15sp'
|
||||
text_size: self.width - 32, None
|
||||
|
||||
|
|
Loading…
Reference in New Issue