Make beatmap card icon buttons fill up to the area

This commit is contained in:
Salman Ahmed
2022-10-13 15:52:20 +03:00
parent aa8040d696
commit 6c316bcc9e
6 changed files with 22 additions and 15 deletions

View File

@ -59,8 +59,9 @@ namespace osu.Game.Tests.Visual.Beatmaps
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(25f, 50f),
Scale = new Vector2(2f),
State = { Value = DownloadState.NotDownloaded },
Scale = new Vector2(2)
};
});
}