X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b2d6392a3b41f870b5615c8e19b26496e56f6310..9fac5ff7371972cef663d456b96c68f51b5c2c01:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index e8e8a9ec..95ff48eb 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -41,7 +41,7 @@ - + @@ -62,13 +62,16 @@ - + + - - + + + + @@ -91,11 +94,8 @@ - - - - - + + @@ -109,8 +109,10 @@ - - + + + + @@ -137,7 +139,7 @@ - + @@ -210,6 +212,9 @@ + + + @@ -223,21 +228,21 @@ - + - + - - + + @@ -250,7 +255,8 @@ - + + @@ -287,7 +293,7 @@ textsize = (textsize[0] + 50, textsize[1] + 50) offset = 0 if self.type == self.TYPE_YESNO: offset = 60 -wsizex = textsize[0] + offset +wsizex = textsize[0] + 60 wsizey = textsize[1] + offset if (280 > wsizex): wsizex = 280