mirror of
https://github.com/ppy/osu.git
synced 2025-01-09 02:24:10 +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,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Padding = new MarginPadding { Horizontal = WIDTH_PADDING, Bottom = 50 },
|
Padding = new MarginPadding { Horizontal = 10, Bottom = 50 },
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user