mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove leftover negative margin
This commit is contained in:
@ -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[]
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user