1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-10 18:17:19 +08:00

Fix leaderboard date text being cut off sometimes

Closes https://github.com/ppy/osu/issues/32256.
This commit is contained in:
Bartłomiej Dach 2025-03-07 08:55:40 +01:00
parent 33dccfcec8
commit 4acdd3365a
No known key found for this signature in database

View File

@ -190,7 +190,7 @@ namespace osu.Game.Online.Leaderboards
RelativeSizeAxes = Axes.Y,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(5f, 0f),
Width = 114f,
Width = 130f,
Masking = true,
Children = new Drawable[]
{