Add missing separator between Group: and Parent:

This commit is contained in:
Jonathan Williamson
2014-01-03 15:13:07 -06:00
parent bab51c78cb
commit 8ccca6440e

View File

@@ -167,6 +167,8 @@ class VIEW3D_PT_tools_relations(View3DPanel, Panel):
col.operator("group.objects_add_active", text="Add to Active")
col.operator("group.objects_remove", text="Remove from Group")
col.separator()
col.label(text="Parent:")
row = col.row(align=True)
row.operator("object.parent_set", text="Set")