mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user