1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:07:52 +08:00

Improve hiding transition when multiple disclaimers are visible

This commit is contained in:
Bartłomiej Dach 2024-03-15 10:33:32 +01:00
parent 49a087f7fc
commit 5513a72748
No known key found for this signature in database

View File

@ -194,8 +194,10 @@ namespace osu.Game.Screens.Play
{
Anchor = Anchor.TopLeft,
Origin = Anchor.TopLeft,
RelativeSizeAxes = Axes.Y,
AutoSizeAxes = Axes.X,
Width = SettingsToolboxGroup.CONTAINER_WIDTH + padding * 2,
AutoSizeAxes = Axes.Y,
AutoSizeDuration = 250,
AutoSizeEasing = Easing.OutQuint,
Direction = FillDirection.Vertical,
Padding = new MarginPadding(padding),
Spacing = new Vector2(padding),