The tittle for "Maximum Draw Type" had capitalization inconsistent with the rest of Blender
This commit is contained in:
@@ -236,7 +236,7 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
|
|||||||
|
|
||||||
col = split.column()
|
col = split.column()
|
||||||
if obj_type not in {'CAMERA', 'EMPTY'}:
|
if obj_type not in {'CAMERA', 'EMPTY'}:
|
||||||
col.label(text="Maximum draw type:")
|
col.label(text="Maximum Draw Type:")
|
||||||
col.prop(obj, "draw_type", text="")
|
col.prop(obj, "draw_type", text="")
|
||||||
|
|
||||||
col = split.column()
|
col = split.column()
|
||||||
|
Reference in New Issue
Block a user