Fix T81171: Show Alerts at Center in Statusbar
Move position of Alerts and Progress bar back to the center of the Statusbar. Differential Revision: https://developer.blender.org/D9118 Reviewed by Brecht Van Lommel
This commit is contained in:
@@ -31,7 +31,12 @@ class STATUSBAR_HT_header(Header):
|
||||
|
||||
layout.separator_spacer()
|
||||
|
||||
# Nothing in the center.
|
||||
# Messages
|
||||
layout.template_reports_banner()
|
||||
|
||||
# Progress Bar
|
||||
layout.template_running_jobs()
|
||||
|
||||
layout.separator_spacer()
|
||||
|
||||
row = layout.row()
|
||||
@@ -40,12 +45,6 @@ class STATUSBAR_HT_header(Header):
|
||||
# Stats & Info
|
||||
row.label(text=context.screen.statusbar_info(), translate=False)
|
||||
|
||||
# Messages
|
||||
row.template_reports_banner()
|
||||
|
||||
# Progress Bar
|
||||
row.template_running_jobs()
|
||||
|
||||
|
||||
classes = (
|
||||
STATUSBAR_HT_header,
|
||||
|
||||
Reference in New Issue
Block a user