1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 05:43:21 +08:00

Use AutoSizeAxes instead of hardcoded Size

This commit is contained in:
Joseph Madamba 2023-09-26 12:05:54 -07:00
parent dad03778b7
commit 668e083ddc

View File

@ -213,7 +213,7 @@ namespace osu.Game.Online.Leaderboards
Shear = -shear,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(5f, 0f),
Size = new Vector2(87, 16),
AutoSizeAxes = Axes.Both,
Masking = true,
Children = new Drawable[]
{