mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:53:01 +08:00
Adjust online status pill font and padding
This commit is contained in:
parent
d0eb4e4471
commit
2cc1255035
@ -196,8 +196,8 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
TextSize = 14,
|
TextSize = 17,
|
||||||
TextPadding = new MarginPadding { Horizontal = 25, Vertical = 8 }
|
TextPadding = new MarginPadding { Horizontal = 35, Vertical = 10 }
|
||||||
},
|
},
|
||||||
Details = new Details(),
|
Details = new Details(),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user