1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Replace counter font size with an actual value

This commit is contained in:
Andrei Zavatski 2020-09-10 20:25:35 +03:00
parent 9b504272e4
commit 931e567c7e

View File

@ -34,7 +34,7 @@ namespace osu.Game.Overlays.Profile.Sections
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Margin = new MarginPadding { Horizontal = 10, Bottom = 1 },
Font = OsuFont.GetFont(size: 14 * 0.8f, weight: FontWeight.Bold),
Font = OsuFont.GetFont(size: 11.2f, weight: FontWeight.Bold),
Colour = colourProvider.Foreground1
}
};