Fix ProfileSection header margin is too small

This commit is contained in:
Andrei Zavatski
2020-09-07 23:43:26 +03:00
parent c72a192cb5
commit f88b2509f8
4 changed files with 3 additions and 4 deletions

View File

@ -56,7 +56,6 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
}
}
protected override APIRequest<List<APIBeatmapSet>> CreateRequest() =>
new GetUserBeatmapsRequest(User.Value.Id, type, VisiblePages++, ItemsPerPage);