Add background colour to music player ProgressBar

This commit is contained in:
Ganendra Afrasya 2019-11-06 14:07:05 +07:00
parent e4ad657353
commit d985d04857
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ private void load(OsuColour colours)
Anchor = Anchor.BottomCentre,
Height = progress_height,
FillColour = colours.Yellow,
BackgroundColour = colours.YellowDarker.Opacity(0.5f),
OnSeek = musicController.SeekTo
}
},