From 374dac57f2b3c4ea34a24929700119fa9a4eb52a Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 4 Jan 2022 13:22:00 +0900 Subject: [PATCH] Change expanded card content height to 200 --- .../Beatmaps/Drawables/Cards/ExpandedContentScrollContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Beatmaps/Drawables/Cards/ExpandedContentScrollContainer.cs b/osu.Game/Beatmaps/Drawables/Cards/ExpandedContentScrollContainer.cs index 7c3fbdaf1c..edf4c5328c 100644 --- a/osu.Game/Beatmaps/Drawables/Cards/ExpandedContentScrollContainer.cs +++ b/osu.Game/Beatmaps/Drawables/Cards/ExpandedContentScrollContainer.cs @@ -10,7 +10,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards { public class ExpandedContentScrollContainer : OsuScrollContainer { - public const float HEIGHT = 400; + public const float HEIGHT = 200; public ExpandedContentScrollContainer() {