diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 9e81051dc2f..6e1548df147 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -1016,6 +1016,7 @@ Ref create_editor_theme(const Ref p_theme) { theme->set_constant("port_offset", "GraphNode", 14 * EDSCALE); theme->set_constant("title_h_offset", "GraphNode", -16 * EDSCALE); + theme->set_constant("title_offset", "GraphNode", 20 * EDSCALE); theme->set_constant("close_h_offset", "GraphNode", 20 * EDSCALE); theme->set_constant("close_offset", "GraphNode", 20 * EDSCALE); theme->set_constant("separation", "GraphNode", 1 * EDSCALE);