mirror of
https://github.com/ppy/osu
synced 2025-02-08 14:17:29 +00:00
Add padding to setting value on on screen display
Long audio device names were destroying all padding.
This commit is contained in:
parent
9e9df4ada5
commit
5bcef91b89
@ -76,6 +76,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
TextSize = 24,
|
||||
Font = @"Exo2.0-Light",
|
||||
Padding = new MarginPadding { Left = 10, Right = 10 },
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.BottomCentre,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user