From 90bcb758727ae4c528c012605c04512500bf5ac0 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Tue, 25 Nov 2025 01:08:19 +1000 Subject: [PATCH] Update progress bar size --- src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn | 2 +- .../Features/BottomBar/RunningTasksDisplay.tscn | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn b/src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn index 6bc9414..9ab03f3 100644 --- a/src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn +++ b/src/SharpIDE.Godot/Features/BottomBar/BottomBar.tscn @@ -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 diff --git a/src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn b/src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn index 0bc3aa6..621cc51 100644 --- a/src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn +++ b/src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn @@ -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