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:
parent
9b504272e4
commit
931e567c7e
@ -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
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user