mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
oops
This commit is contained in:
parent
3a14794c43
commit
c30e467717
@ -55,15 +55,15 @@ namespace osu.Game.Overlays.Mods
|
||||
|
||||
if (expanded)
|
||||
{
|
||||
this.AutoSizeAxes = Axes.Y;
|
||||
this.headerLabel.FadeIn(200);
|
||||
AutoSizeAxes = Axes.Y;
|
||||
headerLabel.FadeIn(200);
|
||||
Show();
|
||||
}
|
||||
else
|
||||
{
|
||||
this.AutoSizeAxes = Axes.None;
|
||||
this.headerLabel.FadeOut(200);
|
||||
this.ResizeHeightTo(0, 200, Easing.OutQuint).OnComplete((c) => Hide());
|
||||
AutoSizeAxes = Axes.None;
|
||||
headerLabel.FadeOut(200);
|
||||
this.ResizeHeightTo(0, 200, Easing.OutQuint).OnComplete(c => Hide());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user