1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 08:22:56 +08:00

Add padding to the bottom of SearchableListOverlay's ScrollFlow

This commit is contained in:
DrabWeb 2017-06-07 10:11:10 -03:00
parent eb6a27e420
commit 0b204bd157

View File

@ -70,7 +70,7 @@ namespace osu.Game.Overlays.SearchableList
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Padding = new MarginPadding { Horizontal = WIDTH_PADDING },
Padding = new MarginPadding { Horizontal = WIDTH_PADDING, Bottom = 50 },
Direction = FillDirection.Vertical,
},
},