1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-08 17:23:17 +08:00

Remove margin completely

This commit is contained in:
Dean Herbert 2024-07-18 19:01:52 +09:00
parent c9517aeebf
commit 70985d3b22
No known key found for this signature in database

View File

@ -122,8 +122,6 @@ namespace osu.Game.Graphics.UserInterface
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
} }
}; };
Margin = new MarginPadding { Left = 5, Right = 5 };
} }
protected override bool OnHover(HoverEvent e) protected override bool OnHover(HoverEvent e)