Line up RNA property with the rest of space

This commit is contained in:
Daniel Salazar
2010-02-11 17:41:17 +00:00
parent 9f3563fa94
commit 39cccd2a90
2 changed files with 1 additions and 7 deletions

View File

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