Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Salazar <zanqdo@gmail.com>2010-02-11 19:28:31 +0300
committerDaniel Salazar <zanqdo@gmail.com>2010-02-11 19:28:31 +0300
commit6286e415146f1325207f764b4b9f8c92996cc4a6 (patch)
tree3daecf6e71fc63400ae8978289a37b39c1f99481 /release
parent9ee81473f8ce2e08027a50c8b0f42c49fbc3499e (diff)
Theme support for console background. Thx cam for help!
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_userpref.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py
index 930855dd37e..faa64a89877 100644
--- a/release/scripts/ui/space_userpref.py
+++ b/release/scripts/ui/space_userpref.py
@@ -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")