You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Added some missing icons, fixed some ui icons
This commit is contained in:
@@ -5899,7 +5899,7 @@ EditorNode::EditorNode() {
|
||||
search_button = memnew(ToolButton);
|
||||
search_button->set_toggle_mode(true);
|
||||
search_button->set_pressed(false);
|
||||
search_button->set_icon(gui_base->get_icon("Zoom", "EditorIcons"));
|
||||
search_button->set_icon(gui_base->get_icon("Search", "EditorIcons"));
|
||||
prop_editor_hb->add_child(search_button);
|
||||
search_button->connect("toggled", this, "_toggle_search_bar");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user