Theme support for console background. Thx cam for help!

This commit is contained in:
2010-02-11 16:28:31 +00:00
parent 9ee81473f8
commit 6286e41514
5 changed files with 14 additions and 5 deletions

View File

@@ -951,6 +951,7 @@ class USERPREF_PT_theme(bpy.types.Panel):
col = split.column()
col.prop(prefs, "header")
col.prop(prefs, "background")
col = split.column()
col.prop(prefs, "line_output")