mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 18:12:56 +08:00
expanded -> expand
This commit is contained in:
parent
c30e467717
commit
0db9816321
@ -51,9 +51,9 @@ namespace osu.Game.Overlays.Mods
|
|||||||
ButtonsContainer.Children = modContainers;
|
ButtonsContainer.Children = modContainers;
|
||||||
buttons = modContainers.OfType<ModButton>().ToArray();
|
buttons = modContainers.OfType<ModButton>().ToArray();
|
||||||
|
|
||||||
var expanded = value.Any();
|
var expand = value.Any();
|
||||||
|
|
||||||
if (expanded)
|
if (expand)
|
||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Y;
|
AutoSizeAxes = Axes.Y;
|
||||||
headerLabel.FadeIn(200);
|
headerLabel.FadeIn(200);
|
||||||
|
Loading…
Reference in New Issue
Block a user