1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Fix beatmap listing cards being far too large

This commit is contained in:
Dean Herbert 2024-05-03 12:13:52 +08:00
parent 2d0240437a
commit aa4d16bdb8
No known key found for this signature in database

View File

@ -198,6 +198,7 @@ namespace osu.Game.Overlays
{
c.Anchor = Anchor.TopCentre;
c.Origin = Anchor.TopCentre;
c.Scale = new Vector2(0.8f);
})).ToArray();
private static ReverseChildIDFillFlowContainer<BeatmapCard> createCardContainerFor(IEnumerable<BeatmapCard> newCards)