mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:47:50 +08:00
Increase size of circle display on timeline
This commit is contained in:
parent
3e3d5b2e37
commit
d11d754715
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user