mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add custom sort to center tab bar in the editor and project manager.
This commit is contained in:
parent
af2c713971
commit
539e54567b
4 changed files with 55 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue