You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user