1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-07 20:52:56 +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:
Dean Herbert 2024-08-02 20:00:54 +09:00 committed by GitHub
commit 0fde22b3ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,6 +138,7 @@ namespace osu.Game.Overlays.Mods
}, },
new GridContainer new GridContainer
{ {
Padding = new MarginPadding { Top = 1, Bottom = 3 },
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
RowDimensions = new[] RowDimensions = new[]
{ {