merge with trunk r38787

This commit is contained in:
Xiao Xiangquan
2011-07-29 17:42:53 +00:00
247 changed files with 3542 additions and 1798 deletions

View File

@@ -61,8 +61,10 @@ class INFO_HT_header(bpy.types.Header):
layout.template_running_jobs()
layout.template_reports_banner()
layout.label(text=scene.statistics())
row = layout.row(align=True)
row.operator("wm.splash", text="", icon='BLENDER', emboss=False)
row.label(text=scene.statistics())
# XXX: this should be right-aligned to the RHS of the region
layout.operator("wm.window_fullscreen_toggle", icon='FULLSCREEN_ENTER', text="")