diff --git a/src/SharpIDE.Godot/Features/Run/RunPanel.tscn b/src/SharpIDE.Godot/Features/Run/RunPanel.tscn index 11f9c7d..7d3c632 100644 --- a/src/SharpIDE.Godot/Features/Run/RunPanel.tscn +++ b/src/SharpIDE.Godot/Features/Run/RunPanel.tscn @@ -13,6 +13,21 @@ grow_vertical = 2 script = ExtResource("1_sq1l4") RunningIcon = ExtResource("2_tu4jg") +[node name="Label" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 8 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +offset_left = -64.0 +offset_top = -11.5 +offset_right = 64.0 +offset_bottom = 11.5 +grow_horizontal = 2 +grow_vertical = 2 +text = "Nothing to show" + [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 15 @@ -35,19 +50,3 @@ tab_0/title = "WebApi" unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 - -[node name="Label" type="Label" parent="."] -visible = false -layout_mode = 1 -anchors_preset = 8 -anchor_left = 0.5 -anchor_top = 0.5 -anchor_right = 0.5 -anchor_bottom = 0.5 -offset_left = -64.0 -offset_top = -11.5 -offset_right = 64.0 -offset_bottom = 11.5 -grow_horizontal = 2 -grow_vertical = 2 -text = "Nothing to show" diff --git a/src/SharpIDE.Godot/Features/Run/RunPanelTab.tscn b/src/SharpIDE.Godot/Features/Run/RunPanelTab.tscn index cbba373..addf181 100644 --- a/src/SharpIDE.Godot/Features/Run/RunPanelTab.tscn +++ b/src/SharpIDE.Godot/Features/Run/RunPanelTab.tscn @@ -1,17 +1,21 @@ -[gd_scene load_steps=2 format=3 uid="uid://cjopkm4osnp27"] +[gd_scene load_steps=3 format=3 uid="uid://cjopkm4osnp27"] [ext_resource type="Script" uid="uid://ouskvcd0yaub" path="res://Features/Run/RunPanelTab.cs" id="1_dx3i6"] -[node name="RunPanelTab" type="Control"] -layout_mode = 3 +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dx3i6"] +bg_color = Color(0.129589, 0.120703, 0.112057, 1) + +[node name="RunPanelTab" type="Panel"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +theme_override_styles/panel = SubResource("StyleBoxFlat_dx3i6") script = ExtResource("1_dx3i6") [node name="Terminal" type="Terminal" parent="."] +copy_on_selection = true layout_mode = 1 anchors_preset = 15 anchor_right = 1.0