mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:43:19 +08:00
Adjust BeatDivisorControl
test to show control mmuch larger
This commit is contained in:
parent
dc421bd2af
commit
ec2b9165d5
@ -42,7 +42,8 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Size = new Vector2(90, 90)
|
||||
Size = new Vector2(90, 90),
|
||||
Scale = new Vector2(3),
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user