1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 12:53:11 +08:00

Remove Height from dropdown

This commit is contained in:
Drew DeVault 2016-12-02 06:35:55 -05:00
parent cf60c52f00
commit 0e07ce26bc

View File

@ -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))
}