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:
parent
7c246670b4
commit
374dac57f2
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user