mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Fix mod section overflowing mod select overlay at higher ui sca… (#6700)
Fix mod section overflowing mod select overlay at higher ui scale Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
commit
46971e9aef
@ -160,7 +160,8 @@ namespace osu.Game.Overlays.Mods
|
||||
},
|
||||
ButtonsContainer = new FillFlowContainer<ModButtonEmpty>
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Origin = Anchor.BottomLeft,
|
||||
Anchor = Anchor.BottomLeft,
|
||||
Spacing = new Vector2(50f, 0f),
|
||||
|
Loading…
Reference in New Issue
Block a user