mirror of https://github.com/ppy/osu
Add padding to the bottom of SearchableListOverlay's ScrollFlow
This commit is contained in:
parent
eb6a27e420
commit
0b204bd157
|
@ -70,7 +70,7 @@ protected SearchableListOverlay()
|
|||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Padding = new MarginPadding { Horizontal = WIDTH_PADDING },
|
||||
Padding = new MarginPadding { Horizontal = WIDTH_PADDING, Bottom = 50 },
|
||||
Direction = FillDirection.Vertical,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue