mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Add layout duration to PasswordEntryPopover
to make error text look a bit smoother
This commit is contained in:
parent
d35fe5493a
commit
473459d191
@ -200,6 +200,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
||||
Spacing = new Vector2(5),
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Vertical,
|
||||
LayoutDuration = 500,
|
||||
LayoutEasing = Easing.OutQuint,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new FillFlowContainer
|
||||
|
Loading…
Reference in New Issue
Block a user