From 31487545d0d17c4337d4b4cc5d4afb3ba1dae838 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 25 Mar 2025 17:21:35 +0900 Subject: [PATCH] Reduce spacing in new beatmap carousel --- osu.Game/Screens/SelectV2/BeatmapCarousel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Screens/SelectV2/BeatmapCarousel.cs b/osu.Game/Screens/SelectV2/BeatmapCarousel.cs index 1c1f6fa7fb..994b0fb6c0 100644 --- a/osu.Game/Screens/SelectV2/BeatmapCarousel.cs +++ b/osu.Game/Screens/SelectV2/BeatmapCarousel.cs @@ -23,7 +23,7 @@ namespace osu.Game.Screens.SelectV2 { public Action? RequestPresentBeatmap { private get; init; } - public const float SPACING = 5f; + public const float SPACING = 3f; private IBindableList detachedBeatmaps = null!;