mirror of
https://github.com/ppy/osu
synced 2025-01-08 23:29:43 +00:00
add GridContainer in wiki main page
This commit is contained in:
parent
4068881096
commit
8389d90f7e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user