summaryrefslogtreecommitdiffstats
path: root/tools/editor/property_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-01-17 06:39:59 +0100
committerGitHub <noreply@github.com>2017-01-17 06:39:59 +0100
commit6ab023fab552dbba19787da4c4ccb904022644d3 (patch)
tree848bf5f381be73098096da1ac336c06f2e39e8d7 /tools/editor/property_editor.cpp
parent23eb355ebb78ed2485557773e18afeb38689d499 (diff)
parent26d8ee0308de45d2da10b82d10d8cc1aa5577dd3 (diff)
downloadredot-engine-6ab023fab552dbba19787da4c4ccb904022644d3.tar.gz
Merge pull request #7564 from djrm/icons
Icons
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 fc1fe43cef..5326671f41 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: {