set terminal background
This commit is contained in:
@@ -13,6 +13,21 @@ grow_vertical = 2
|
|||||||
script = ExtResource("1_sq1l4")
|
script = ExtResource("1_sq1l4")
|
||||||
RunningIcon = ExtResource("2_tu4jg")
|
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="."]
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
@@ -35,19 +50,3 @@ tab_0/title = "WebApi"
|
|||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_vertical = 3
|
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"
|
|
||||||
|
|||||||
@@ -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"]
|
[ext_resource type="Script" uid="uid://ouskvcd0yaub" path="res://Features/Run/RunPanelTab.cs" id="1_dx3i6"]
|
||||||
|
|
||||||
[node name="RunPanelTab" type="Control"]
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dx3i6"]
|
||||||
layout_mode = 3
|
bg_color = Color(0.129589, 0.120703, 0.112057, 1)
|
||||||
|
|
||||||
|
[node name="RunPanelTab" type="Panel"]
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_dx3i6")
|
||||||
script = ExtResource("1_dx3i6")
|
script = ExtResource("1_dx3i6")
|
||||||
|
|
||||||
[node name="Terminal" type="Terminal" parent="."]
|
[node name="Terminal" type="Terminal" parent="."]
|
||||||
|
copy_on_selection = true
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user