mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 17:33:22 +08:00
Adjust font size slightly for better display when small
This commit is contained in:
parent
1246f15186
commit
2800920ed9
@ -143,7 +143,7 @@ namespace osu.Game.Rulesets.UI
|
||||
},
|
||||
extendedText = new OsuSpriteText
|
||||
{
|
||||
Font = OsuFont.Default.With(size: 30f, weight: FontWeight.Bold),
|
||||
Font = OsuFont.Default.With(size: 34f, weight: FontWeight.Bold),
|
||||
UseFullGlyphHeight = false,
|
||||
Text = mod.ExtendedIconInformation,
|
||||
X = 5,
|
||||
|
Loading…
Reference in New Issue
Block a user