mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fixed setting column filled values not updating visually, added gray background to visual test
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user