mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add custom sort to center tab bar in the editor and project manager.
This commit is contained in:
@@ -7723,6 +7723,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