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

This commit is contained in:
Jens Verwiebe
2013-09-29 12:34:44 +00:00
parent dff0d9cd6d
commit ae93240f0b

View File

@ -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: