mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Remove forgotten AutoSize
specification
This commit is contained in:
@ -135,7 +135,6 @@ namespace osu.Game.Screens.Ranking.Contracted
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.TopCentre,
|
Anchor = Anchor.TopCentre,
|
||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
AutoSizeAxes = Axes.Both,
|
|
||||||
ExpansionMode = ExpansionMode.AlwaysExpanded,
|
ExpansionMode = ExpansionMode.AlwaysExpanded,
|
||||||
Current = { Value = score.Mods },
|
Current = { Value = score.Mods },
|
||||||
Scale = new Vector2(0.5f),
|
Scale = new Vector2(0.5f),
|
||||||
|
Reference in New Issue
Block a user