console auto-complete button looked silly when aligned against a menu.

This commit is contained in:
Campbell Barton 2012-12-09 05:18:56 +00:00
parent f795e1cfd2
commit a20a0ce7c7

@ -25,7 +25,7 @@ class CONSOLE_HT_header(Header):
bl_space_type = 'CONSOLE'
def draw(self, context):
layout = self.layout.row(align=True)
layout = self.layout.row()
layout.template_header()