summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/script_create_dialog.cpp')
-rw-r--r--editor/script_create_dialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/script_create_dialog.cpp b/editor/script_create_dialog.cpp
index 0cb4952b04..8dd2fe8e4e 100644
--- a/editor/script_create_dialog.cpp
+++ b/editor/script_create_dialog.cpp
@@ -135,9 +135,9 @@ void ScriptCreateDialog::_notification(int p_what) {
}
}
- path_button->set_icon(get_editor_theme_icon(SNAME("Folder")));
- parent_browse_button->set_icon(get_editor_theme_icon(SNAME("Folder")));
- parent_search_button->set_icon(get_editor_theme_icon(SNAME("ClassList")));
+ path_button->set_button_icon(get_editor_theme_icon(SNAME("Folder")));
+ parent_browse_button->set_button_icon(get_editor_theme_icon(SNAME("Folder")));
+ parent_search_button->set_button_icon(get_editor_theme_icon(SNAME("ClassList")));
} break;
}
}