1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00

Increase size of circle display on timeline

This commit is contained in:
Dean Herbert 2020-12-21 18:09:37 +09:00
parent 3e3d5b2e37
commit d11d754715

View File

@ -29,7 +29,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
{
private const float thickness = 5;
private const float shadow_radius = 5;
private const float circle_size = 24;
private const float circle_size = 34;
public Action<DragEvent> OnDragHandled;