1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 17:52:56 +08:00

Reduce expansion delay on ExpandingButtonContainer

Felt too long.
This commit is contained in:
Dean Herbert 2022-02-14 18:08:16 +09:00
parent 3aa5908de8
commit e324287f79

View File

@ -16,6 +16,6 @@ namespace osu.Game.Graphics.Containers
{
}
protected override double HoverExpansionDelay => 750;
protected override double HoverExpansionDelay => 400;
}
}