1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 19:00:10 +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
Unverified
parent 33dccfcec8
commit 4acdd3365a
@@ -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[]
{