Merge branch 'master' into safe-screen-lease

This commit is contained in:
Dan Balasescu
2020-02-03 18:18:13 +09:00
committed by GitHub
66 changed files with 1223 additions and 546 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