1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Remove forgotten AutoSize specification

This commit is contained in:
Dean Herbert 2021-07-21 16:43:29 +09:00
parent 396ad79d50
commit 5bee06fd5f

View File

@ -135,7 +135,6 @@ namespace osu.Game.Screens.Ranking.Contracted
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
AutoSizeAxes = Axes.Both,
ExpansionMode = ExpansionMode.AlwaysExpanded,
Current = { Value = score.Mods },
Scale = new Vector2(0.5f),