mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 19:54:15 +08:00
Reduce spacing in new beatmap carousel
This commit is contained in:
@@ -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!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user