From 26d8ee0308de45d2da10b82d10d8cc1aa5577dd3 Mon Sep 17 00:00:00 2001 From: Daniel J. Ramirez Date: Mon, 16 Jan 2017 23:09:16 -0600 Subject: Added some missing icons and modified others --- tools/editor/property_editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor/property_editor.cpp') 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: { -- cgit v1.2.3-70-g09d2