X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/bb4448ebb7cb6a4f9fdcd52cd4db29e1ce9d35fa..d25cc68147eac7b8e7628a9abdffe55a758612a3:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index 8b10af5a..385b4bed 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -62,13 +62,16 @@ - + + - - + + + + @@ -91,11 +94,8 @@ - - - - - + + @@ -109,8 +109,10 @@ - - + + + + @@ -239,8 +241,8 @@ - - + + @@ -290,7 +292,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