Update progress bar size

This commit is contained in:
Matt Parker
2025-11-25 01:08:19 +10:00
parent 47854e928c
commit 90bcb75872
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
[ext_resource type="PackedScene" uid="uid://cnla64hcar6dr" path="res://Features/BottomBar/RunningTasksDisplay.tscn" id="2_5swca"]
[node name="BottomBar" type="PanelContainer"]
custom_minimum_size = Vector2(0, 27)
custom_minimum_size = Vector2(0, 28)
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0

View File

@@ -41,6 +41,7 @@ script = ExtResource("1_ytjpp")
[node name="SolutionLoadingLabel" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 1
theme_override_colors/font_color = Color(0.67058825, 0.67058825, 0.67058825, 1)
theme_override_font_sizes/font_size = 14
text = "Loading Solution"
@@ -56,10 +57,10 @@ text = "Updating Solution Diagnostics"
vertical_alignment = 1
[node name="ProgressBar" type="ProgressBar" parent="."]
custom_minimum_size = Vector2(150, 0)
custom_minimum_size = Vector2(150, 9)
layout_mode = 2
size_flags_vertical = 4
theme_override_font_sizes/font_size = 6
theme_override_font_sizes/font_size = 2
theme_override_styles/background = SubResource("StyleBoxFlat_5swca")
theme_override_styles/fill = SubResource("StyleBoxFlat_6bm5o")
indeterminate = true