1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 15:12:54 +08:00

Merge pull request #29742 from SchiavoAnto/29736-results-collections-overflow

Fix collections overflowing in the results screen
This commit is contained in:
Dan Balasescu 2024-09-07 17:37:11 +09:00 committed by GitHub
commit 6fb5c10f19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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