1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 20:33:35 +08:00

Reduce spacing in new beatmap carousel

This commit is contained in:
Dean Herbert
2025-03-25 17:21:35 +09:00
Unverified
parent 6dbd6a7e7b
commit 31487545d0
+1 -1
View File
@@ -23,7 +23,7 @@ namespace osu.Game.Screens.SelectV2
{
public Action<BeatmapInfo>? RequestPresentBeatmap { private get; init; }
public const float SPACING = 5f;
public const float SPACING = 3f;
private IBindableList<BeatmapSetInfo> detachedBeatmaps = null!;