mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Change expanded card content height to 200
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user