1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Fix chat tab dropdown not being reachable at default sizing

Would have liked to fix this in a more local way, but the structure of
the dropdowns is just a pain in the ass to work with, so this will do
for now.
This commit is contained in:
Dean Herbert 2021-11-30 13:01:40 +09:00
parent eb596bed9e
commit f921acc681

View File

@ -66,7 +66,7 @@ namespace osu.Game.Graphics.UserInterface
Origin = Anchor.TopRight; Origin = Anchor.TopRight;
BackgroundColour = Color4.Black.Opacity(0.7f); BackgroundColour = Color4.Black.Opacity(0.7f);
MaxHeight = 400; MaxHeight = 200;
} }
protected override DrawableDropdownMenuItem CreateDrawableDropdownMenuItem(MenuItem item) => new DrawableOsuTabDropdownMenuItem(item); protected override DrawableDropdownMenuItem CreateDrawableDropdownMenuItem(MenuItem item) => new DrawableOsuTabDropdownMenuItem(item);