1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-06 04:53:06 +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, Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight, Origin = Anchor.CentreRight,
Margin = new MarginPadding { Bottom = 5 }
}, },
StatusPill = new BeatmapSetOnlineStatusPill StatusPill = new BeatmapSetOnlineStatusPill
{ {