Adjust naming inside the LoadingButton

This commit is contained in:
Andrei Zavatski
2019-10-23 13:39:42 +03:00
parent a6d5a2024a
commit b310fd9d44
3 changed files with 13 additions and 13 deletions

View File

@ -40,7 +40,7 @@ namespace osu.Game.Graphics.UserInterface
AutoSizeAxes = Axes.Both;
}
protected override Container CreateBackground() => new CircularContainer
protected override Container CreateContent() => new CircularContainer
{
Masking = true,
Size = new Vector2(140, 30),
@ -50,7 +50,7 @@ namespace osu.Game.Graphics.UserInterface
}
};
protected override Drawable CreateContent() => new FillFlowContainer
protected override Drawable CreateText() => new FillFlowContainer
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,