mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 01:27:20 +08:00
Improve hiding transition when multiple disclaimers are visible
This commit is contained in:
parent
49a087f7fc
commit
5513a72748
@ -194,8 +194,10 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.TopLeft,
|
Anchor = Anchor.TopLeft,
|
||||||
Origin = Anchor.TopLeft,
|
Origin = Anchor.TopLeft,
|
||||||
RelativeSizeAxes = Axes.Y,
|
Width = SettingsToolboxGroup.CONTAINER_WIDTH + padding * 2,
|
||||||
AutoSizeAxes = Axes.X,
|
AutoSizeAxes = Axes.Y,
|
||||||
|
AutoSizeDuration = 250,
|
||||||
|
AutoSizeEasing = Easing.OutQuint,
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
Padding = new MarginPadding(padding),
|
Padding = new MarginPadding(padding),
|
||||||
Spacing = new Vector2(padding),
|
Spacing = new Vector2(padding),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user