Further separate icon from text of buttons in both editor and default themes
This commit is contained in:
parent
f2acfb1ffc
commit
98bdb56815
8 changed files with 13 additions and 18 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue