Removed gradient from test case, modified DragBar to allow access to what's needed in the progress bar, styled the progress bar

This commit is contained in:
DrabWeb
2017-02-09 16:28:40 -04:00
parent 50f93bc215
commit 7fea233181
6 changed files with 86 additions and 61 deletions

View File

@ -22,11 +22,6 @@ namespace osu.Desktop.VisualTests
{
base.Reset();
Add(new Box
{
ColourInfo = ColourInfo.GradientVertical(Color4.WhiteSmoke, Color4.Gray),
RelativeSizeAxes = Framework.Graphics.Axes.Both,
});
Add(new SongProgress
{
Anchor = Anchor.BottomCentre,