mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
add GridContainer in wiki main page
This commit is contained in:
@ -30,9 +30,13 @@ namespace osu.Game.Overlays.Wiki
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
createBlurb(html)
|
||||
createBlurb(html),
|
||||
new GridContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
},
|
||||
};
|
||||
AddRange(createPanels(html));
|
||||
}
|
||||
|
||||
private Container createBlurb(HtmlDocument html)
|
||||
|
Reference in New Issue
Block a user