1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 03:07:26 +08:00

Remove direct margin set in popover that was causing positioning offset

This commit is contained in:
Joseph Madamba 2024-07-27 19:02:57 -07:00
parent 04b15d0d38
commit 334f5fda2d

View File

@ -28,7 +28,6 @@ namespace osu.Game.Screens.Ranking
{
this.beatmapInfo = beatmapInfo;
Margin = new MarginPadding(5);
Body.CornerRadius = 4;
}