1
1

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:
2023-04-13 18:06:12 +02:00
parent 5ba35b3d15
commit cef128e68a

View File

@@ -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)