Fixed setting column filled values not updating visually, added gray background to visual test

This commit is contained in:
DrabWeb
2017-02-09 18:56:50 -04:00
parent 4d7766b92b
commit ac6726ee2e
2 changed files with 12 additions and 3 deletions

View File

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