From 3143200893f130189ece42edde2e544f401f0b78 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:37:27 +1000 Subject: [PATCH] update font and size --- src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn b/src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn index 4d3beec..ac71c2b 100644 --- a/src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn +++ b/src/SharpIDE.Godot/Features/BottomBar/RunningTasksDisplay.tscn @@ -37,6 +37,8 @@ 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