From c11997ccfcbf76bac8509d967d74cc608a5d15f8 Mon Sep 17 00:00:00 2001 From: William Reynish Date: Thu, 23 Aug 2018 17:21:55 +0200 Subject: UI: Physics panel minor adjustments Flow panel had a wrong name when the checkmark was used in the header, fixed alignment in softbody panel & fixed wrong active state for Cloth Pin. --- release/scripts/startup/bl_ui/properties_physics_softbody.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/scripts/startup/bl_ui/properties_physics_softbody.py') diff --git a/release/scripts/startup/bl_ui/properties_physics_softbody.py b/release/scripts/startup/bl_ui/properties_physics_softbody.py index 761eb56ca5b..595e462e1c3 100644 --- a/release/scripts/startup/bl_ui/properties_physics_softbody.py +++ b/release/scripts/startup/bl_ui/properties_physics_softbody.py @@ -320,10 +320,10 @@ class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, Panel): flow = layout.grid_flow(row_major=True, columns=0, even_columns=True, even_rows=False, align=True) - col = flow.column(align=True) + col = flow.column() col.prop(softbody, "ball_size", text="Ball Size") - col = flow.column(align=True) + col = flow.column() col.prop(softbody, "ball_stiff", text="Stiffness") col.prop(softbody, "ball_damp", text="Dampening") -- cgit v1.2.3