apply suggestions

This commit is contained in:
jorolf
2019-03-11 18:37:36 +01:00
parent af1c54d995
commit f3ab5070b9
2 changed files with 17 additions and 8 deletions

View File

@ -26,7 +26,7 @@ namespace osu.Game.Graphics.UserInterface
set => titleText.Text = value;
}
public string Page
public string Section
{
get => pageText.Text;
set => pageText.Text = value;
@ -55,6 +55,7 @@ namespace osu.Game.Graphics.UserInterface
{
AutoSizeAxes = Axes.Both,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(6, 0),
Children = new[]
{
titleText = new OsuSpriteText