diff --git a/osu.Game/Screens/Select/Leaderboards/LeaderboardScore.cs b/osu.Game/Screens/Select/Leaderboards/LeaderboardScore.cs index c647709388..9ec560ba41 100644 --- a/osu.Game/Screens/Select/Leaderboards/LeaderboardScore.cs +++ b/osu.Game/Screens/Select/Leaderboards/LeaderboardScore.cs @@ -288,6 +288,7 @@ public GlowingSpriteText(string text, string font, int textSize, Color4 textColo Origin = Anchor.Centre, Font = font, TextSize = textSize, + FixedWidth = true, Text = text, Colour = glowColour, Shadow = false, @@ -299,6 +300,7 @@ public GlowingSpriteText(string text, string font, int textSize, Color4 textColo Anchor = Anchor.Centre, Origin = Anchor.Centre, Font = font, + FixedWidth = true, TextSize = textSize, Text = text, Colour = textColour,