X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/dc756c318120a344b6d9f1de144af8b6d6a49733..f753bfd6cfb326a8ac8c7f97cb8dee051ab1c083:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index ab0be1c1..9375f97b 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -1,15 +1,16 @@ - - + + + @@ -20,7 +21,6 @@ - @@ -41,6 +41,12 @@ + + + + + + @@ -62,19 +68,29 @@ - + + - - + + + + - + - - + + + + + + + + + @@ -83,19 +99,16 @@ - - - - - - - + - - + + + + + - - + + @@ -109,15 +122,18 @@ - - + + + + - + + @@ -137,7 +153,24 @@ - + + + + + + + + + + + + + + + + + + @@ -151,43 +184,44 @@ - - - - - - + + + + + + - - + - - + + + + - + - + - - - + + + + + @@ -213,52 +250,93 @@ - + - - + - + - + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + - + + + + + - + + - + + @@ -269,13 +347,20 @@ - - + + + + + + + + # this should be factored out into some helper code, but currently demonstrates applets. @@ -290,14 +375,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