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:
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)
|
protected override bool OnHover(HoverEvent e)
|
||||||
|
Loading…
Reference in New Issue
Block a user