X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b2d6392a3b41f870b5615c8e19b26496e56f6310..7e13c14fb5b2d6e36e62fdfcdc49c3e1fef0183f:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index e8e8a9ec..c309aeea 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -1,15 +1,16 @@ - - + + + @@ -20,7 +21,8 @@ - + + @@ -41,7 +43,13 @@ - + + + + + + + @@ -62,19 +70,29 @@ - + + - - + + + + - + - - + + + + + + + + + @@ -83,19 +101,16 @@ - - - - - - - + - - + + + + + - - + + @@ -109,20 +124,23 @@ - - + + + + - + + - + @@ -137,7 +155,24 @@ - + + + + + + + + + + + + + + + + + + @@ -151,43 +186,44 @@ - - - - - - + + + + + + - - + - - + + + + - + - + - - - + + + + + @@ -210,52 +249,105 @@ - + + + + - - + - + - + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + - + + + + + - + + - - - + + + + + + + + + + + + + @@ -266,14 +358,21 @@ - - + + + + + + + - - + + - + + # this should be factored out into some helper code, but currently demonstrates applets. from enigma import eSize, ePoint @@ -287,14 +386,14 @@ 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 wsize = (wsizex, wsizey) -# resize +# resize self.instance.resize(eSize(*wsize)) # resize label