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:
parent
dad03778b7
commit
668e083ddc
@ -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[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user