Skip to content
Snippets Groups Projects
Commit ae93240f authored by Jens Verwiebe's avatar Jens Verwiebe
Browse files

Followup to r59434 : py UI scripts edits to have back alignment with controls grouped in brackets

parent dff0d9cd
Branches
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ class property_group_renderer(bpy.types.Panel):
else:
splt = layout.row(True)
for sp in next_items:
col2 = splt.column()
col2 = splt.column(align=True)
self.draw_column(sp, col2, context, supercontext,
property_group)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment