mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Fix mod section overflowing mod select overlay at higher ui scale
This commit is contained in:
parent
1155aacd90
commit
fe23b9a262
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user