1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:09:59 +08:00

Fix tab extension dropdown having dead non-clickable hover area

Closes https://github.com/ppy/osu/issues/28899.
This commit is contained in:
Dean Herbert
2024-07-18 18:37:07 +09:00
Unverified
parent 3a1c05337d
commit c9517aeebf
@@ -123,7 +123,7 @@ namespace osu.Game.Graphics.UserInterface
}
};
Padding = new MarginPadding { Left = 5, Right = 5 };
Margin = new MarginPadding { Left = 5, Right = 5 };
}
protected override bool OnHover(HoverEvent e)