diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-01-17 06:39:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-17 06:39:59 +0100 |
| commit | 6ab023fab552dbba19787da4c4ccb904022644d3 (patch) | |
| tree | 848bf5f381be73098096da1ac336c06f2e39e8d7 /tools/editor/property_editor.cpp | |
| parent | 23eb355ebb78ed2485557773e18afeb38689d499 (diff) | |
| parent | 26d8ee0308de45d2da10b82d10d8cc1aa5577dd3 (diff) | |
| download | redot-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.cpp | 2 |
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: { |
