Further separate icon from text of buttons in both editor and default themes

This commit is contained in:
Michael Alexsander
2023-08-05 01:13:48 -03:00
parent f2acfb1ffc
commit 98bdb56815
8 changed files with 13 additions and 18 deletions

View File

@ -7853,7 +7853,6 @@ 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));