Skip to content

Commit

Permalink
Update props_properties.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Elevons committed Feb 13, 2024
1 parent 0d6a4d7 commit 6b13832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blender/arm/props_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def draw_properties(layout, obj):
layout.label(text="Array Items")

# Dropdown to select the type of new array items
layout.prop(selected_item, "array_item_type", text="New Item Type")
layout.prop(selected_item, "array_item_type", text="Array Type")

# Template list for array items
row = layout.row()
Expand Down

0 comments on commit 6b13832

Please sign in to comment.