mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 22:17:20 +08:00
Fix leaderboard date text being cut off sometimes
Closes https://github.com/ppy/osu/issues/32256.
This commit is contained in:
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[]
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user