From b25d071413e263b96f0cc8ef7670f36d9f663328 Mon Sep 17 00:00:00 2001 From: kit Date: Sat, 19 Apr 2025 17:43:06 -0400 Subject: [PATCH] Update ProgressBar description --- doc/classes/ProgressBar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ProgressBar.xml b/doc/classes/ProgressBar.xml index e562d39bb71..fcfd995002a 100644 --- a/doc/classes/ProgressBar.xml +++ b/doc/classes/ProgressBar.xml @@ -4,7 +4,7 @@ A control used for visual representation of a percentage. - A control used for visual representation of a percentage. Shows fill percentage from right to left. + A control used for visual representation of a percentage. Shows the fill percentage in the center. Can also be used to show indeterminate progress. For more fill modes, use [TextureProgressBar] instead.