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