1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Fix spacing between icon and "Output" button

This commit is contained in:
Michael Alexsander
2023-07-25 19:00:52 -03:00
parent 202e4b2c1e
commit 2883a40aa1
3 changed files with 5 additions and 2 deletions

View File

@@ -7824,6 +7824,7 @@ EditorNode::EditorNode() {
log = memnew(EditorLog);
Button *output_button = add_bottom_panel_item(TTR("Output"), log);
output_button->set_theme_type_variation("BottomPanelButton");
log->set_tool_button(output_button);
center_split->connect("resized", callable_mp(this, &EditorNode::_vp_resized));