some fixing and restyling.

This commit is contained in:
Dean Herbert
2017-03-23 18:20:00 +09:00
parent 4d61424abd
commit b5d661b53a
5 changed files with 38 additions and 31 deletions

View File

@ -21,8 +21,8 @@ namespace osu.Desktop.VisualTests.Tests
Add(progress = new SongProgress
{
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.X
});