mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:13:21 +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,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Size = new Vector2(15),
|
Size = new Vector2(10),
|
||||||
Masking = true,
|
Masking = true,
|
||||||
Child = new Box { RelativeSizeAxes = Axes.Both }
|
Child = new Box { RelativeSizeAxes = Axes.Both }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user