1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Merge pull request #28908 from peppy/fix-dead-padding

Fix tab extension dropdown having dead non-clickable hover area
This commit is contained in:
Dan Balasescu 2024-07-18 19:47:32 +09:00 committed by GitHub
commit 868604ca04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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