mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 00:13:10 +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
|
extendedText = new OsuSpriteText
|
||||||
{
|
{
|
||||||
Font = OsuFont.Default.With(size: 30f, weight: FontWeight.Bold),
|
Font = OsuFont.Default.With(size: 34f, weight: FontWeight.Bold),
|
||||||
UseFullGlyphHeight = false,
|
UseFullGlyphHeight = false,
|
||||||
Text = mod.ExtendedIconInformation,
|
Text = mod.ExtendedIconInformation,
|
||||||
X = 5,
|
X = 5,
|
||||||
|
Loading…
Reference in New Issue
Block a user