1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 06:29:54 +08:00

Use fixed-width for score display.

This commit is contained in:
Dean Herbert
2017-03-15 15:21:07 +09:00
Unverified
parent dfc4bccbe0
commit 7bc0a1fdfe
@@ -288,6 +288,7 @@ namespace osu.Game.Screens.Select.Leaderboards
Origin = Anchor.Centre,
Font = font,
TextSize = textSize,
FixedWidth = true,
Text = text,
Colour = glowColour,
Shadow = false,
@@ -299,6 +300,7 @@ namespace osu.Game.Screens.Select.Leaderboards
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Font = font,
FixedWidth = true,
TextSize = textSize,
Text = text,
Colour = textColour,