mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09: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:
@ -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);
|
||||||
|
Reference in New Issue
Block a user