mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 04:13:00 +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
|
||||
{
|
||||
Font = OsuFont.Numeric.With(size: 10),
|
||||
Font = OsuFont.Default,
|
||||
Margin = new MarginPadding(5),
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user