Compile fix

This commit is contained in:
Daniel Salazar
2010-02-11 17:27:43 +00:00
parent 08d3741980
commit 9f3563fa94
4 changed files with 6 additions and 8 deletions

View File

@@ -950,8 +950,8 @@ class USERPREF_PT_theme(bpy.types.Panel):
prefs = theme.console
col = split.column()
col.prop(prefs, "header")
col.prop(prefs, "background")
col.prop(prefs, "header")
col = split.column()
col.prop(prefs, "line_output")