Merge pull request #105106 from bruvzg/title_align

Add custom sort to center tab bar in the editor and project manager.
This commit is contained in:
Thaddeus Crews
2025-04-08 12:32:44 -05:00
4 changed files with 55 additions and 2 deletions

View File

@ -7718,6 +7718,7 @@ EditorNode::EditorNode() {
main_editor_button_hb->set_mouse_filter(Control::MOUSE_FILTER_STOP);
editor_main_screen->set_button_container(main_editor_button_hb);
title_bar->add_child(main_editor_button_hb);
title_bar->set_center_control(main_editor_button_hb);
// Options are added and handled by DebuggerEditorPlugin.
debug_menu = memnew(PopupMenu);