1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 01:23:24 +08:00

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) : base(user, header, missing)
{ {
ItemsPerPage = 10; ItemsPerPage = 10;
ItemsContainer.Spacing = new Vector2(0, 5); ItemsContainer.Spacing = new Vector2(0, 8);
} }
protected override APIRequest<List<APIRecentActivity>> CreateRequest() => protected override APIRequest<List<APIRecentActivity>> CreateRequest() =>