1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Fix visibility of shader node separators in modern theme

This commit is contained in:
passivestar
2026-01-01 19:39:54 +04:00
parent 7692a3d53b
commit 6592147892
3 changed files with 8 additions and 1 deletions

View File

@@ -1430,6 +1430,8 @@ void ThemeClassic::populate_standard_styles(const Ref<EditorTheme> &p_theme, Edi
p_theme->set_stylebox("slot", "GraphNode", gn_slot_style);
p_theme->set_stylebox("slot_selected", "GraphNode", p_config.button_style_focus);
p_theme->set_stylebox("separator", "GraphNode", p_theme->get_stylebox("separator", "HSeparator"));
p_theme->set_color("resizer_color", "GraphNode", gn_decoration_color);
p_theme->set_constant("port_h_offset", "GraphNode", 1);