Added name to object color in object properties. Kinda misleading

without it
This commit is contained in:
Daniel Salazar 2010-06-29 05:02:51 +00:00
parent 926f94252d
commit 7b09e47dc4

@ -214,7 +214,7 @@ class OBJECT_PT_display(ObjectButtonsPanel):
col.prop(ob, "draw_name", text="Name")
col.prop(ob, "draw_axis", text="Axis")
col.prop(ob, "draw_wire", text="Wire")
col.prop(ob, "color", text="")
col.prop(ob, "color", text="Object Color")
if wide_ui:
col = split.column()