1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 05:33:07 +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
parent 3a1c05337d
commit c9517aeebf
No known key found for this signature in database

View File

@ -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) protected override bool OnHover(HoverEvent e)