add run label

This commit is contained in:
Matt Parker
2025-08-27 22:20:14 +10:00
parent 563f2bba2e
commit fe10a2cd7a

View File

@@ -37,9 +37,25 @@ grow_horizontal = 2
grow_vertical = 2
theme_override_constants/separation = 0
[node name="TabBar" type="TabBar" parent="VBoxContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 0
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
theme_override_constants/margin_left = 5
theme_override_constants/margin_top = 5
theme_override_constants/margin_right = 5
theme_override_constants/margin_bottom = 5
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/MarginContainer"]
layout_mode = 2
text = "Run"
[node name="TabBar" type="TabBar" parent="VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
focus_mode = 0
current_tab = 0
tab_close_display_policy = 2