mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 06:27:18 +08:00
Remove Height from dropdown
This commit is contained in:
parent
cf60c52f00
commit
0e07ce26bc
@ -64,11 +64,10 @@ 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…
x
Reference in New Issue
Block a user