Reorganize Output dock

This commit is contained in:
kobewi 2025-12-04 13:54:14 +01:00
parent d103efb6ea
commit 42da4512c6
4 changed files with 55 additions and 87 deletions

View file

@ -9122,6 +9122,7 @@ EditorNode::EditorNode() {
{
Dictionary offsets;
offsets["Audio"] = -450;
offsets["Output"] = -270;
default_layout->set_value(EDITOR_NODE_CONFIG_SECTION, "bottom_panel_offsets", offsets);
}