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

Remove leftover negative margin

This commit is contained in:
Bartłomiej Dach 2020-01-29 19:17:07 +01:00
parent c9dda78ded
commit f130e48c9e

View File

@ -94,7 +94,6 @@ namespace osu.Game.Screens.Select
Shear = -SHEAR, Shear = -SHEAR,
AutoSizeAxes = Axes.X, AutoSizeAxes = Axes.X,
Height = 50, Height = 50,
Margin = new MarginPadding { Right = -SHEAR_WIDTH / 2 },
Spacing = new Vector2(15, 0), Spacing = new Vector2(15, 0),
Children = new Drawable[] Children = new Drawable[]
{ {