mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Replace counter font size with an actual value
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user