UI: align header to the left

Since it's a header, this makes the hierarchy clearer
This commit is contained in:
William Reynish 2019-03-21 16:30:09 +01:00
parent 56c940988f
commit 82507ecf5a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class PHYSICS_PT_add(PhysicButtonsPanel, Panel):
layout = self.layout
row = layout.row(align=True)
row.alignment = 'RIGHT'
row.alignment = 'LEFT'
row.label(text="Enable physics for:")
flow = layout.grid_flow(row_major=True, columns=0, even_columns=True, even_rows=False, align=True)