remove setting debug

This commit is contained in:
Mathieu Virbel 2012-11-05 19:01:03 +01:00
parent 0530cdfd7c
commit a26dcd5bf8
1 changed files with 1 additions and 1 deletions

View File

@ -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