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:
parent
c3bfce6ccf
commit
4736845318
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user