Merge branch 'master' into profile-page-corrections

This commit is contained in:
Dan Balasescu
2020-02-03 13:29:37 +09:00
committed by GitHub
23 changed files with 713 additions and 298 deletions

View File

@ -40,13 +40,14 @@ namespace osu.Game.Graphics.UserInterface
public ShowMoreButton()
{
AutoSizeAxes = Axes.Both;
Height = 30;
Width = 140;
}
protected override Drawable CreateContent() => new CircularContainer
{
Masking = true,
Size = new Vector2(140, 30),
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{
background = new Box