This commit is contained in:
Andrei Zavatski 2019-07-22 14:47:35 +03:00
parent 3e95cb9145
commit 075ca3d8ea
1 changed files with 3 additions and 1 deletions

View File

@ -162,7 +162,9 @@ public Header()
Children = new Drawable[]
{
favouriteButton = new FavouriteButton
{ BeatmapSet = { BindTarget = BeatmapSet } },
{
BeatmapSet = { BindTarget = BeatmapSet }
},
downloadButtonsContainer = new FillFlowContainer
{
RelativeSizeAxes = Axes.Both,