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,11 +64,10 @@ namespace osu.Game.Overlays.Options
|
|||||||
dropdown = new DropDownMenu<T>
|
dropdown = new DropDownMenu<T>
|
||||||
{
|
{
|
||||||
Margin = new MarginPadding { Top = 5 },
|
Margin = new MarginPadding { Top = 5 },
|
||||||
Height = 10,
|
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Items = items.Select(item => new DropDownMenuItem<T>(item.Item1, item.Item2))
|
Items = items.Select(item => new DropDownMenuItem<T>(item.Item1, item.Item2))
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user