Files
SharpIDE/src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn
2025-11-24 19:37:27 +10:00

54 lines
1.6 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://cnla64hcar6dr"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5swca"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.25032055, 0.48309153, 0.56277037, 0.5529412)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
corner_detail = 6
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6bm5o"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.22352941, 0.57254905, 0.7921569, 1)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
corner_detail = 6
[node name="HBoxContainer" type="HBoxContainer"]
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -11.5
offset_bottom = 11.5
grow_horizontal = 2
grow_vertical = 2
size_flags_vertical = 4
[node name="ProgressLabel" type="Label" parent="."]
layout_mode = 2
theme_override_colors/font_color = Color(0.67058825, 0.67058825, 0.67058825, 1)
theme_override_font_sizes/font_size = 14
text = "Loading Solution"
vertical_alignment = 1
[node name="ProgressBar" type="ProgressBar" parent="."]
custom_minimum_size = Vector2(150, 0)
layout_mode = 2
size_flags_vertical = 4
theme_override_font_sizes/font_size = 6
theme_override_styles/background = SubResource("StyleBoxFlat_5swca")
theme_override_styles/fill = SubResource("StyleBoxFlat_6bm5o")
indeterminate = true
editor_preview_indeterminate = false