X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b2d6392a3b41f870b5615c8e19b26496e56f6310..6f09a61cf36eb3918574a74588bbeec6a829b084:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index e8e8a9ec..ec26d555 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -1,5 +1,4 @@ - @@ -41,7 +40,7 @@ - + @@ -62,13 +61,16 @@ - + + - - + + + + @@ -83,19 +85,16 @@ - + - - - - - + + + + + - - - - - + + @@ -109,8 +108,10 @@ - - + + + + @@ -137,7 +138,15 @@ - + + + + + + + + + @@ -162,7 +171,6 @@ - @@ -175,6 +183,7 @@ + @@ -182,7 +191,6 @@ - @@ -202,7 +210,9 @@ --> - + + + @@ -210,34 +220,55 @@ - + + + + - - + - + - + + + + + + + + + + + + + + + + + + + + - + - - + + @@ -250,12 +281,14 @@ - + + - + + @@ -287,7 +320,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