mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Remove Height from dropdown
This commit is contained in:
parent
cf60c52f00
commit
0e07ce26bc
@ -64,7 +64,6 @@ namespace osu.Game.Overlays.Options
|
||||
dropdown = new DropDownMenu<T>
|
||||
{
|
||||
Margin = new MarginPadding { Top = 5 },
|
||||
Height = 10,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Items = items.Select(item => new DropDownMenuItem<T>(item.Item1, item.Item2))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user