1
0
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:
TheWildTree 2020-02-04 20:09:52 +01:00
parent d0eb4e4471
commit 2cc1255035

View File

@ -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(),
}, },