Increase spacing

This commit is contained in:
Andrei Zavatski
2020-01-30 13:55:50 +03:00
parent a7a3372a98
commit 3f62c40e70

View File

@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
: base(user, header, missing)
{
ItemsPerPage = 10;
ItemsContainer.Spacing = new Vector2(0, 5);
ItemsContainer.Spacing = new Vector2(0, 8);
}
protected override APIRequest<List<APIRecentActivity>> CreateRequest() =>