Add padding to setting value on on screen display

Long audio device names were destroying all padding.
This commit is contained in:
Dean Herbert 2017-05-19 22:49:47 +09:00
parent 9e9df4ada5
commit 5bcef91b89
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public OnScreenDisplay()
{
TextSize = 24,
Font = @"Exo2.0-Light",
Padding = new MarginPadding { Left = 10, Right = 10 },
Anchor = Anchor.Centre,
Origin = Anchor.BottomCentre,
},