mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:05:34 +08:00
Use fixed-width for score display.
This commit is contained in:
parent
dfc4bccbe0
commit
7bc0a1fdfe
@ -288,6 +288,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Font = font,
|
Font = font,
|
||||||
TextSize = textSize,
|
TextSize = textSize,
|
||||||
|
FixedWidth = true,
|
||||||
Text = text,
|
Text = text,
|
||||||
Colour = glowColour,
|
Colour = glowColour,
|
||||||
Shadow = false,
|
Shadow = false,
|
||||||
@ -299,6 +300,7 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Font = font,
|
Font = font,
|
||||||
|
FixedWidth = true,
|
||||||
TextSize = textSize,
|
TextSize = textSize,
|
||||||
Text = text,
|
Text = text,
|
||||||
Colour = textColour,
|
Colour = textColour,
|
||||||
|
Loading…
Reference in New Issue
Block a user