X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/bb4448ebb7cb6a4f9fdcd52cd4db29e1ce9d35fa..7e13c14fb5b2d6e36e62fdfcdc49c3e1fef0183f:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index 8b10af5a..c309aeea 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -1,15 +1,16 @@ - - + + + @@ -20,7 +21,8 @@ - + + @@ -41,6 +43,12 @@ + + + + + + @@ -62,19 +70,29 @@ - + + - - + + + + - + - - + + + + + + + + + @@ -83,19 +101,16 @@ - - - - - - - + - - + + + + + - - + + @@ -109,20 +124,23 @@ - - + + + + - + + - + @@ -137,7 +155,24 @@ - + + + + + + + + + + + + + + + + + + @@ -151,43 +186,44 @@ - - - - - - + + + + + + - - + - - + + + + - + - + - - - + + + + + @@ -213,15 +252,14 @@ - + - - + - + @@ -232,6 +270,25 @@ + + + + + + + + + + + + + + + + + + + @@ -239,26 +296,58 @@ - - + + + + + + + + + + + + + + + + + + + - + + + + + - + + - - - + + + + + + + + + + + + + @@ -269,14 +358,21 @@ - - + + + + + + + - - + + - + + # this should be factored out into some helper code, but currently demonstrates applets. from enigma import eSize, ePoint @@ -290,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