1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 22:29:28 +08:00

Adjust font once again for readibility

This commit is contained in:
TheWildTree 2020-02-04 21:45:45 +01:00
parent d7af96a2e5
commit 86c0b50983

View File

@ -96,14 +96,14 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Font = OsuFont.GetFont(size: 10)
Font = OsuFont.GetFont(size: 12)
},
flag = new UpdateableFlag
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Size = new Vector2(19, 13),
Margin = new MarginPadding { Top = 2 }, // makes spacing look more even
Margin = new MarginPadding { Top = 3 }, // makes spacing look more even
ShowPlaceholderOnNull = false,
},
}