X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0afd2995239e9c831b4e73ba27ec97302337db01..9543a08546d7b46e3da668bfbd72e4324dd4c6e6:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index 4be94751..68985630 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 @@ - - - - - - + + + + + + - - + - - + + + + - + - + - - - + + + + + @@ -211,55 +250,101 @@ - + - + - - + - + - + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + - + + + + + - + + - - - + + + + + + + + + """ @@ -269,14 +354,21 @@ - - + + + + + + + - - + + - + + # this should be factored out into some helper code, but currently demonstrates applets. from enigma import eSize, ePoint @@ -290,14 +382,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