mirror of
https://github.com/ppy/osu
synced 2025-01-23 14:22:51 +00:00
Remove autosize easing in SettingsToolboxGroup
It just feels like unnecessary motion.
This commit is contained in:
parent
84688b53a1
commit
6b42f1931a
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user