X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/026fd70744cd7237698f0b97731be55f62b641bb..b042ba84124b5641caa551a9f41478a7a563ae82:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index f93baf36..3aa2118d 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -9,6 +9,7 @@ + @@ -32,7 +33,7 @@ - """ """ + @@ -42,12 +43,15 @@ - - + + + + + @@ -143,9 +147,9 @@ - + - + @@ -157,16 +161,38 @@ - - + + + + + + + + + + - - + + - + + @@ -175,13 +201,17 @@ - + - + + + + + @@ -210,9 +240,9 @@ - - - + + + @@ -243,7 +273,7 @@ orgpos = self.instance.position() textsize = self["text"].getSize() # y size still must be fixed in font stuff... -textsize = (textsize[0], textsize[1] + 50) +textsize = (textsize[0] + 50, textsize[1] + 50) wsizex = textsize[0] + 50 wsizey = textsize[1] + 50 if (280 > wsizex):