Fix menu padding in Console editor header
The View menu was a few pixels to the right compared to all other editors.
This commit is contained in:
@@ -7,8 +7,7 @@ class CONSOLE_HT_header(Header):
|
||||
bl_space_type = 'CONSOLE'
|
||||
|
||||
def draw(self, context):
|
||||
layout = self.layout.row()
|
||||
|
||||
layout = self.layout
|
||||
layout.template_header()
|
||||
|
||||
CONSOLE_MT_editor_menus.draw_collapsible(context, layout)
|
||||
|
Reference in New Issue
Block a user