Remove autosize easing in SettingsToolboxGroup

It just feels like unnecessary motion.
This commit is contained in:
Dean Herbert 2022-10-18 15:01:25 +09:00
parent 84688b53a1
commit 6b42f1931a

View File

@ -40,8 +40,6 @@ namespace osu.Game.Overlays
Anchor = Anchor.TopCentre,
Direction = FillDirection.Vertical,
RelativeSizeAxes = Axes.X,
AutoSizeDuration = transition_duration,
AutoSizeEasing = Easing.OutQuint,
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding { Horizontal = 10, Top = 5, Bottom = 10 },
Spacing = new Vector2(0, 15),