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