mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 11:20:24 +08:00
Increase height of timeline drag area
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user