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:
parent
49a087f7fc
commit
5513a72748
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user