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;
} }
} }