diff options
| author | toger5 | 2017-08-30 01:03:13 +0200 |
|---|---|---|
| committer | toger5 | 2017-08-30 21:47:09 +0200 |
| commit | 7793bfc544deb6517ca68c3e295eaba27bf74910 (patch) | |
| tree | 4f530ed2d100db352ae60f2893a437766cb8f750 /editor/plugins/script_editor_plugin.cpp | |
| parent | 97d7d84cac161e5cad110ab0edc3b7ee7d9a20a4 (diff) | |
| download | godot-7793bfc544deb6517ca68c3e295eaba27bf74910.tar.gz godot-7793bfc544deb6517ca68c3e295eaba27bf74910.tar.zst godot-7793bfc544deb6517ca68c3e295eaba27bf74910.zip | |
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index fc11f561c..11590ec69 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -1150,6 +1150,13 @@ void ScriptEditor::_notification(int p_what) { case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: { tab_container->add_style_override("panel", editor->get_gui_base()->get_stylebox("ScriptPanel", "EditorStyles")); + + help_search->set_icon(get_icon("HelpSearch", "EditorIcons")); + site_search->set_icon(get_icon("Instance", "EditorIcons")); + class_search->set_icon(get_icon("ClassList", "EditorIcons")); + + script_forward->set_icon(get_icon("Forward", "EditorIcons")); + script_back->set_icon(get_icon("Back", "EditorIcons")); } break; default: |
