mirror of
https://github.com/ppy/osu
synced 2025-02-02 19:32:19 +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,
|
Anchor = Anchor.TopCentre,
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeDuration = transition_duration,
|
|
||||||
AutoSizeEasing = Easing.OutQuint,
|
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Padding = new MarginPadding { Horizontal = 10, Top = 5, Bottom = 10 },
|
Padding = new MarginPadding { Horizontal = 10, Top = 5, Bottom = 10 },
|
||||||
Spacing = new Vector2(0, 15),
|
Spacing = new Vector2(0, 15),
|
||||||
|
Loading…
Reference in New Issue
Block a user