Add background chooser text box

This commit is contained in:
Bartłomiej Dach
2021-04-04 12:50:50 +02:00
parent 9394af32f5
commit f2d4ca7676
5 changed files with 139 additions and 151 deletions

View File

@ -14,6 +14,8 @@ namespace osu.Game.Screens.Edit.Setup
{
internal class SetupScreenHeader : OverlayHeader
{
public SetupScreenHeaderBackground Background { get; private set; }
[Resolved]
private SectionsContainer<SetupSection> sections { get; set; }
@ -38,7 +40,7 @@ namespace osu.Game.Screens.Edit.Setup
RelativeSizeAxes = Axes.X,
Height = 30
},
new BackgroundChooser
Background = new SetupScreenHeaderBackground
{
RelativeSizeAxes = Axes.X,
Height = 120