Merge pull request #80285 from YeldhamDev/just_a_little_bit

Further separate icon from text of buttons in both editor and default themes
This commit is contained in:
Rémi Verschelde
2023-08-09 15:20:25 +02:00
8 changed files with 13 additions and 18 deletions

View File

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