You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Add new editor and default theme (WIP)
This commit is contained in:
committed by
Rémi Verschelde
parent
5993a5fac9
commit
f045efe007
@@ -78,7 +78,7 @@ void ProjectSettings::_notification(int p_what) {
|
||||
case NOTIFICATION_ENTER_TREE: {
|
||||
globals_editor->edit(GlobalConfig::get_singleton());
|
||||
|
||||
search_button->set_icon(get_icon("Zoom", "EditorIcons"));
|
||||
search_button->set_icon(get_icon("Search", "EditorIcons"));
|
||||
clear_button->set_icon(get_icon("Close", "EditorIcons"));
|
||||
|
||||
translation_list->connect("button_pressed", this, "_translation_delete");
|
||||
|
||||
Reference in New Issue
Block a user