Add download button to grid view panels

This commit is contained in:
Dean Herbert
2017-09-26 00:18:35 +08:00
parent c1081e02b2
commit 40f597f762
4 changed files with 63 additions and 44 deletions

View File

@ -149,6 +149,15 @@ namespace osu.Game.Overlays.Direct
},
},
},
new DownloadButton
{
Size = new Vector2(30),
Margin = new MarginPadding(horizontal_padding),
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Colour = colours.Gray5,
Action = StartDownload
},
},
},
},