1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

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
{