mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-16 15:35:05 +00:00
Followup to r59434 : py UI scripts edits to have back alignment with controls grouped in brackets
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user