diff options
| author | Daniel J. Ramirez | 2017-01-16 23:09:16 -0600 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-01-16 23:09:16 -0600 |
| commit | 26d8ee0308de45d2da10b82d10d8cc1aa5577dd3 (patch) | |
| tree | 848bf5f381be73098096da1ac336c06f2e39e8d7 /tools/editor/property_editor.cpp | |
| parent | 949d4208ed8389bd07e0738d5c38e9d391cb1e83 (diff) | |
| download | godot-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.cpp | 2 |
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: { |
