Merge branch 'master' into reduce-panel-width

This commit is contained in:
Dean Herbert
2018-07-17 04:20:40 +09:00
committed by GitHub
26 changed files with 397 additions and 229 deletions

View File

@ -168,11 +168,10 @@ namespace osu.Game.Overlays.Direct
},
new DownloadButton(SetInfo)
{
Size = new Vector2(30),
Size = new Vector2(50, 30),
Margin = new MarginPadding(horizontal_padding),
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Colour = colours.Gray5,
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
},
},
},