1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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

@@ -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.