Add spacing between star rating and beatmap status

This commit is contained in:
Bartłomiej Dach 2020-08-31 10:56:06 +02:00
parent c3bfce6ccf
commit 4736845318

View File

@ -229,6 +229,7 @@ namespace osu.Game.Screens.Select
{
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Margin = new MarginPadding { Bottom = 5 }
},
StatusPill = new BeatmapSetOnlineStatusPill
{