mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 19:43:22 +08:00
Change font to default
Non-english letters look tiny with size 10 and don't fit into the look.
This commit is contained in:
parent
c3069ad002
commit
cc286f165d
@ -473,7 +473,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
},
|
},
|
||||||
Text = new OsuSpriteText
|
Text = new OsuSpriteText
|
||||||
{
|
{
|
||||||
Font = OsuFont.Numeric.With(size: 10),
|
Font = OsuFont.Default,
|
||||||
Margin = new MarginPadding(5),
|
Margin = new MarginPadding(5),
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user