mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +00:00
Revert "Remember only permanent bottom tabs"
This reverts commit 5dde57e958.
This commit is contained in:
parent
9ab388c146
commit
8cfbc6bda2
6 changed files with 8 additions and 10 deletions
|
|
@ -53,7 +53,7 @@ DebuggerEditorPlugin::DebuggerEditorPlugin(PopupMenu *p_debug_menu) {
|
|||
file_server = memnew(EditorFileServer);
|
||||
|
||||
EditorDebuggerNode *debugger = memnew(EditorDebuggerNode);
|
||||
Button *db = EditorNode::get_singleton()->add_bottom_panel_item(TTR("Debugger"), debugger, true);
|
||||
Button *db = EditorNode::get_singleton()->add_bottom_panel_item(TTR("Debugger"), debugger);
|
||||
// Add separation for the warning/error icon that is displayed later.
|
||||
db->add_theme_constant_override("h_separation", 6 * EDSCALE);
|
||||
debugger->set_tool_button(db);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue