mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 21:12:55 +08:00
Change scroll container padding
This commit is contained in:
parent
184d10a75a
commit
a1dc595006
@ -80,7 +80,7 @@ namespace osu.Game.Overlays.SearchableList
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Padding = new MarginPadding { Horizontal = WIDTH_PADDING, Bottom = 50 },
|
||||
Padding = new MarginPadding { Horizontal = 10, Bottom = 50 },
|
||||
Direction = FillDirection.Vertical,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user