mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
Fix spacing between icon and "Output" button
This commit is contained in:
parent
202e4b2c1e
commit
2883a40aa1
3 changed files with 5 additions and 2 deletions
|
|
@ -54,8 +54,7 @@ DebuggerEditorPlugin::DebuggerEditorPlugin(PopupMenu *p_debug_menu) {
|
|||
|
||||
EditorDebuggerNode *debugger = memnew(EditorDebuggerNode);
|
||||
Button *db = EditorNode::get_singleton()->add_bottom_panel_item(TTR("Debugger"), debugger);
|
||||
// Add separation for the warning/error icon that is displayed later.
|
||||
db->add_theme_constant_override("h_separation", 6 * EDSCALE);
|
||||
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