mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +00:00
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
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue