mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Show all items in dropdown, set global max height
This commit is contained in:
@ -26,6 +26,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
};
|
||||
|
||||
ItemsContainer.Padding = new MarginPadding { Vertical = DrawableOsuMenuItem.MARGIN_VERTICAL };
|
||||
|
||||
MaxHeight = 250;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Reference in New Issue
Block a user