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:
@@ -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[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user