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.
This commit is contained in:
William Reynish
2018-08-23 17:21:55 +02:00
committed by Pablo Vazquez
parent 23c03bf0cc
commit c11997ccfc
3 changed files with 80 additions and 51 deletions

View File

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