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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user