mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Cleanup
This commit is contained in:
@ -38,10 +38,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
|||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
Children = new Drawable[]
|
Child = linkContainer = new LinkFlowContainer { AutoSizeAxes = Axes.Both }
|
||||||
{
|
|
||||||
linkContainer = new LinkFlowContainer { AutoSizeAxes = Axes.Both }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user