Improved theme generation, and other fixes

This commit is contained in:
Daniel J. Ramirez 2017-09-08 01:06:02 -05:00
parent 647a914155
commit 1e8048dd45
7 changed files with 219 additions and 166 deletions

View file

@ -2974,7 +2974,7 @@ void VisualScriptEditor::_member_rmb_selected(const Vector2 &p_pos) {
TreeItem *root = members->get_root();
Ref<Texture> del_icon = Control::get_icon("Del", "EditorIcons");
Ref<Texture> del_icon = Control::get_icon("Remove", "EditorIcons");
Ref<Texture> edit_icon = Control::get_icon("Edit", "EditorIcons");