X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/212bb31204441e572b5e9ca6d68408787d5cbc41..04473f49c99472ab8be68d645293c556f02fd8a5:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index 602ab247..bf45052c 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,20 +122,23 @@ - - + + + + - + + - + @@ -137,7 +153,24 @@ - + + + + + + + + + + + + + + + + + + @@ -151,43 +184,44 @@ - - - - - - + + + + + + - - + - - + + + + - + - + - - - + + + + + @@ -213,15 +250,14 @@ - + - - + - + @@ -232,6 +268,25 @@ + + + + + + + + + + + + + + + + + + + @@ -240,25 +295,48 @@ + + + + + + + + + + + + + + + + + - + + + + + - + + - + + @@ -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