diff --git a/src/SharpIDE.Godot/Features/Run/RunPanel.tscn b/src/SharpIDE.Godot/Features/Run/RunPanel.tscn index 2fd8f93..80ffd4b 100644 --- a/src/SharpIDE.Godot/Features/Run/RunPanel.tscn +++ b/src/SharpIDE.Godot/Features/Run/RunPanel.tscn @@ -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