1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Change expanded card content height to 200

This commit is contained in:
Dean Herbert 2022-01-04 13:22:00 +09:00
parent 7c246670b4
commit 374dac57f2

View File

@ -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()
{