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