mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 12:14:44 +00:00
Fix spacing between icon and "Output" button
This commit is contained in:
parent
202e4b2c1e
commit
2883a40aa1
3 changed files with 5 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue