Skip to content

Commit

Permalink
Merge pull request #29254 from smoogipoo/fix-mod-column-overflow
Browse files Browse the repository at this point in the history
Fix mod panels overflowing into the column borders
  • Loading branch information
peppy authored Aug 2, 2024
2 parents a2ce480 + 64b7bab commit 0fde22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Overlays/Mods/ModSelectColumn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ protected ModSelectColumn()
},
new GridContainer
{
Padding = new MarginPadding { Top = 1, Bottom = 3 },
RelativeSizeAxes = Axes.Both,
RowDimensions = new[]
{
Expand Down

0 comments on commit 0fde22b

Please sign in to comment.