[#20051] x for removing a mesh from a group doesnt scale with ui

This commit is contained in:
Matt Ebb 2009-11-26 06:32:43 +00:00
parent 42e8eb36bd
commit 6e467285cf

@ -162,7 +162,7 @@ class OBJECT_PT_groups(ObjectButtonsPanel):
row = col.box().row()
row.prop(group, "name", text="")
row.operator("object.group_remove", text="", icon='VICON_X')
row.operator("object.group_remove", text="", icon='ICON_X')
split = col.box().split()