Add options footer.

This commit is contained in:
Dean Herbert
2017-03-06 17:20:19 +09:00
parent 0ee38571a6
commit b5aff9df5f
4 changed files with 71 additions and 15 deletions

View File

@ -39,20 +39,6 @@ namespace osu.Game.Overlays.Options.Sections
RelativeSizeAxes = Axes.X,
Text = "Run osu! updater",
},
new Container
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Children = new[]
{
new OptionLabel
{
Text = "osu!lazer",
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
},
}
}
};
}
}