Show all items in dropdown, set global max height

This commit is contained in:
smoogipoo
2020-09-08 18:55:53 +09:00
parent 4962213cc4
commit ae022d7559
3 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,8 @@ namespace osu.Game.Graphics.UserInterface
};
ItemsContainer.Padding = new MarginPadding { Vertical = DrawableOsuMenuItem.MARGIN_VERTICAL };
MaxHeight = 250;
}
[BackgroundDependencyLoader]