Skip to content

Commit 0d79370

Browse files
committed
Adjust text alignment in ProgressBar to center.
1 parent 30a0f99 commit 0d79370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/StdUi/widgets/ProgressBar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function StdUi:ProgressBar(parent, width, height, vertical)
5858
end
5959

6060
progressBar.text = self:Label(progressBar, '');
61-
progressBar.text:SetJustifyH('MIDDLE');
61+
progressBar.text:SetJustifyH('CENTER');
6262
progressBar.text:SetAllPoints();
6363

6464
self:ApplyBackdrop(progressBar);

0 commit comments

Comments
 (0)