Fix mod section overflowing mod select overlay at higher ui scale

This commit is contained in:
Joehu 2019-11-03 07:32:47 -08:00
parent 1155aacd90
commit fe23b9a262

View File

@ -158,7 +158,8 @@ namespace osu.Game.Overlays.Mods
}, },
ButtonsContainer = new FillFlowContainer<ModButtonEmpty> ButtonsContainer = new FillFlowContainer<ModButtonEmpty>
{ {
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Y,
RelativeSizeAxes = Axes.X,
Origin = Anchor.BottomLeft, Origin = Anchor.BottomLeft,
Anchor = Anchor.BottomLeft, Anchor = Anchor.BottomLeft,
Spacing = new Vector2(50f, 0f), Spacing = new Vector2(50f, 0f),