mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 01:37:31 +08:00
Add maximum height to skin dropdown
This commit is contained in:
parent
1d3d8e192c
commit
fab3ec3e5b
@ -107,6 +107,8 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
private class SkinDropdownControl : DropdownControl
|
||||
{
|
||||
protected override string GenerateItemText(SkinInfo item) => item.ToString();
|
||||
|
||||
protected override DropdownMenu CreateMenu() => base.CreateMenu().With(m => m.MaxHeight = 200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user