mirror of
https://github.com/ppy/osu
synced 2025-01-03 04:42:10 +00:00
Merge pull request #29254 from smoogipoo/fix-mod-column-overflow
Fix mod panels overflowing into the column borders
This commit is contained in:
commit
0fde22b3ec
@ -138,6 +138,7 @@ namespace osu.Game.Overlays.Mods
|
||||
},
|
||||
new GridContainer
|
||||
{
|
||||
Padding = new MarginPadding { Top = 1, Bottom = 3 },
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
RowDimensions = new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user