mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add ability to not create content for headers
Rather than creating an empty container
This commit is contained in:
@ -75,7 +75,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
|
||||
protected override Drawable CreateBackground() => new HeaderBackground();
|
||||
|
||||
protected override Drawable CreateContent() => new Container
|
||||
protected override Drawable CreateContent => new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
|
Reference in New Issue
Block a user