mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Use fixed width font for performance points counter
Matches all other display counters for in-game metrics. As mentioned in https://github.com/ppy/osu/discussions/15584.
This commit is contained in:
parent
3b7a8f9d58
commit
e31ea49dd4
@ -184,7 +184,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
{
|
||||
Anchor = Anchor.BottomLeft,
|
||||
Origin = Anchor.BottomLeft,
|
||||
Font = OsuFont.Numeric.With(size: 16)
|
||||
Font = OsuFont.Numeric.With(size: 16, fixedWidth: true)
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user