X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b2d6392a3b41f870b5615c8e19b26496e56f6310..742956672b795d0ffa44575f9a8e0255b768915c:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index e8e8a9ec..5c4482b5 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,38 @@ - + + + + + + + + + + + + + + + + + + - + - - + + @@ -250,7 +272,8 @@ - + + @@ -287,7 +310,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