From 6f6fbcd26f8d1b2612fad7898c66a32cd61b2aa6 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sat, 8 Nov 2025 17:30:58 +1000 Subject: [PATCH] Update TestExplorerPanel.tscn --- .../Features/TestExplorer/TestExplorerPanel.tscn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.tscn b/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.tscn index ee7d0db..67ec528 100644 --- a/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.tscn +++ b/src/SharpIDE.Godot/Features/TestExplorer/TestExplorerPanel.tscn @@ -96,3 +96,9 @@ layout_mode = 2 [node name="VBoxContainer2" type="VBoxContainer" parent="VBoxContainer/MarginContainer2/HSplitContainer"] layout_mode = 2 + +[node name="TextEdit" type="TextEdit" parent="VBoxContainer/MarginContainer2/HSplitContainer/VBoxContainer2"] +layout_mode = 2 +size_flags_vertical = 3 +focus_mode = 0 +editable = false