mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:33:20 +08:00
Reduce size of control point
This commit is contained in:
parent
d38bf38606
commit
d2fbf05137
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Masks.SliderMasks.Components
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Size = new Vector2(15),
|
||||
Size = new Vector2(10),
|
||||
Masking = true,
|
||||
Child = new Box { RelativeSizeAxes = Axes.Both }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user