mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 00:53:31 +08:00
Increase spacing
This commit is contained in:
parent
a7a3372a98
commit
3f62c40e70
@ -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() =>
|
||||
|
Loading…
Reference in New Issue
Block a user