X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0afd2995239e9c831b4e73ba27ec97302337db01..04473f49c99472ab8be68d645293c556f02fd8a5:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index 4be94751..bf45052c 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -1,15 +1,16 @@ - - + + + @@ -20,7 +21,6 @@ - @@ -41,7 +41,13 @@ - + + + + + + + @@ -62,19 +68,29 @@ - + + - - + + + + - + - - + + + + + + + + + @@ -83,19 +99,16 @@ - - - - - - - + - - + + + + + - - + + @@ -109,20 +122,23 @@ - - + + + + - + + - + @@ -137,7 +153,24 @@ - + + + + + + + + + + + + + + + + + + @@ -151,43 +184,44 @@ - - - - - - + + + + + + - - + - - + + + + - + - + - - - + + + + + @@ -211,54 +248,95 @@ - + - + - - + - + - + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + - + + + + + - + + - + + @@ -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