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, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Margin = new MarginPadding { Horizontal = 10, Bottom = 1 }, 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 Colour = colourProvider.Foreground1
} }
}; };