From be59d4ab7057cf725b59ab877a82646c44f704f2 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sat, 13 Sep 2025 11:30:37 +1000 Subject: [PATCH] Update ProblemsPanel.tscn --- src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn index 9e0967d..0785710 100644 --- a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn +++ b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.tscn @@ -39,6 +39,9 @@ theme_override_constants/margin_bottom = 5 layout_mode = 2 text = "Problems" +[node name="HSeparator" type="HSeparator" parent="VBoxContainer"] +layout_mode = 2 + [node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 @@ -48,5 +51,6 @@ unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 +theme_override_constants/draw_guides = 0 theme_override_styles/panel = SubResource("StyleBoxEmpty_wqdox") hide_root = true