Merge pull request #15872 from peppy/fix-chat-dropdown

Fix chat tab dropdown not being reachable at default sizing
This commit is contained in:
Dan Balasescu 2021-11-30 13:47:31 +09:00 committed by GitHub
commit ffd26e83b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);