[Bf-blender-cvs] [82507ecf5a0] master: UI: align header to the left

William Reynish noreply at git.blender.org
Thu Mar 21 16:30:12 CET 2019


Commit: 82507ecf5a0336b473084666de86b6cf819ae141
Author: William Reynish
Date:   Thu Mar 21 16:30:09 2019 +0100
Branches: master
https://developer.blender.org/rB82507ecf5a0336b473084666de86b6cf819ae141

UI: align header to the left

Since it's a header, this makes the hierarchy clearer

===================================================================

M	release/scripts/startup/bl_ui/properties_physics_common.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_physics_common.py b/release/scripts/startup/bl_ui/properties_physics_common.py
index bd8aab8f352..a3486dee84e 100644
--- a/release/scripts/startup/bl_ui/properties_physics_common.py
+++ b/release/scripts/startup/bl_ui/properties_physics_common.py
@@ -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)



More information about the Bf-blender-cvs mailing list