1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

Fix proposal for #29736

This commit is contained in:
schiavoanto 2024-09-06 22:58:18 +02:00
parent 04d133832f
commit ed044d5b85

View File

@ -39,6 +39,7 @@ namespace osu.Game.Screens.Ranking
new OsuMenu(Direction.Vertical, true)
{
Items = items,
MaxHeight = 375,
},
};
}