Reduce size of control point

This commit is contained in:
smoogipoo 2018-10-31 18:01:53 +09:00
parent d38bf38606
commit d2fbf05137
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public ControlPointPiece(Slider slider, int index)
{ {
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 }
} }