mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 04:57:38 +09:00
Merge pull request #15872 from peppy/fix-chat-dropdown
Fix chat tab dropdown not being reachable at default sizing
This commit is contained in:
commit
ffd26e83b1
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user