1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00
This commit is contained in:
smoogipoo 2018-12-20 18:21:55 +09:00
parent 8db3ac0a9f
commit deaf4ab4a1

View File

@ -38,10 +38,7 @@ namespace osu.Game.Screens.Multi.Match.Components
Origin = Anchor.CentreLeft,
AutoSizeAxes = Axes.Both,
Direction = FillDirection.Vertical,
Children = new Drawable[]
{
linkContainer = new LinkFlowContainer { AutoSizeAxes = Axes.Both }
}
Child = linkContainer = new LinkFlowContainer { AutoSizeAxes = Axes.Both }
}
}
};