mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Adjust sprite texts in-line with framework changes
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
{
|
||||
AddIcon(FontAwesome.fa_exclamation_circle, cp =>
|
||||
{
|
||||
cp.TextSize = TEXT_SIZE;
|
||||
cp.Font = OsuFont.GetFont(cp.Font, size: TEXT_SIZE);
|
||||
cp.Padding = new MarginPadding { Right = 10 };
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user