Code Cleanup: style, spelling and pep8 edits

This commit is contained in:
Campbell Barton
2013-11-20 03:38:18 +11:00
parent 780459e406
commit 1ea47c9af9
19 changed files with 30 additions and 29 deletions

View File

@@ -306,7 +306,7 @@ class DATA_PT_font(CurveButtonsPanel, Panel):
row.template_ID(text, "font_bold_italic", open="font.open", unlink="font.unlink")
#layout.prop(text, "font")
row = layout.split(percentage=0.25)
row.label(text="Body Text:")
row.prop(text, "body", text="")