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
1 changed files with 2 additions and 1 deletions

View File

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