1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

Increase height of timeline drag area

This commit is contained in:
Dean Herbert 2020-12-21 18:09:56 +09:00
parent d11d754715
commit d1be7c23d9

View File

@ -36,7 +36,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
Anchor = Anchor.Centre;
Origin = Anchor.Centre;
Height = 0.4f;
Height = 0.6f;
AddInternal(new Box
{