aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp
diff options
context:
space:
mode:
authorDaniel J. Ramirez2017-01-16 23:09:16 -0600
committerDaniel J. Ramirez2017-01-16 23:09:16 -0600
commit26d8ee0308de45d2da10b82d10d8cc1aa5577dd3 (patch)
tree848bf5f381be73098096da1ac336c06f2e39e8d7 /tools/editor/property_editor.cpp
parent949d4208ed8389bd07e0738d5c38e9d391cb1e83 (diff)
downloadgodot-26d8ee0308de45d2da10b82d10d8cc1aa5577dd3.tar.gz
godot-26d8ee0308de45d2da10b82d10d8cc1aa5577dd3.tar.zst
godot-26d8ee0308de45d2da10b82d10d8cc1aa5577dd3.zip
Added some missing icons and modified others
Diffstat (limited to 'tools/editor/property_editor.cpp')
-rw-r--r--tools/editor/property_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp
index fc1fe43ce..5326671f4 100644
--- a/tools/editor/property_editor.cpp
+++ b/tools/editor/property_editor.cpp
@@ -3731,7 +3731,7 @@ void PropertyEditor::update_tree() {
item->set_cell_mode(1, TreeItem::CELL_MODE_STRING);
item->set_editable( 1, !read_only );
item->set_text(1,obj->get(p.name));
- item->add_button(1, get_icon("Collapse", "EditorIcons"));
+ item->add_button(1, get_icon("CopyNodePath", "EditorIcons"));
} break;
case Variant::OBJECT: {