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