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
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
8 changed files with 13 additions and 18 deletions

View file

@ -54,7 +54,6 @@ DebuggerEditorPlugin::DebuggerEditorPlugin(PopupMenu *p_debug_menu) {
EditorDebuggerNode *debugger = memnew(EditorDebuggerNode);
Button *db = EditorNode::get_singleton()->add_bottom_panel_item(TTR("Debugger"), debugger);
db->set_theme_type_variation("BottomPanelButton");
debugger->set_tool_button(db);
// Main editor debug menu.