mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Add some more padding between footer and column scroll
This commit is contained in:
parent
0c6de331f3
commit
0b95594f60
@ -95,6 +95,7 @@ namespace osu.Game.Overlays.Mods
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Top = (ShowTotalMultiplier ? DifficultyMultiplierDisplay.HEIGHT : 0) + PADDING,
|
||||
Bottom = PADDING
|
||||
},
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
RelativePositionAxes = Axes.Both,
|
||||
|
Loading…
Reference in New Issue
Block a user