X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=data%2Fskin.xml;h=a5e8c6d5cef8eb1d7373357cd9fea697dcf0c2e3;hp=8720f9d0bcffdb52606b76a0f2be17741c2813bb;hb=06020d8995eae2f7a4c926d0dd0b485485eea861;hpb=a072e68be70f2525220172f9b9fdc30af7291662 diff --git a/data/skin.xml b/data/skin.xml index 8720f9d..a5e8c6d 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -19,6 +19,9 @@ + + + @@ -29,38 +32,47 @@ - """ """ + - + - + + + + + + + + + + - - - - - + + + + + - + - + - - + + - + - + @@ -69,15 +81,15 @@ - - + + - + - + @@ -87,6 +99,8 @@ + + @@ -129,37 +143,87 @@ - - + + + + + + + + + + - + + + + + + + + + + + + + + + + + - - + + + + + - + - + - - - + + + + + + + + + - + + + + + + @@ -167,9 +231,9 @@ - - - + + + @@ -183,10 +247,16 @@ + + + + - + + + -# this should be factored out into some helper code, but currently demonstrated applets. +# this should be factored out into some helper code, but currently demonstrates applets. from enigma import eSize, ePoint orgwidth = self.instance.size().width() @@ -194,8 +264,13 @@ orgpos = self.instance.position() textsize = self["text"].getSize() # y size still must be fixed in font stuff... -textsize = (textsize[0], textsize[1] + 20) -wsize = (textsize[0] + 20, textsize[1] + 20) +textsize = (textsize[0] + 50, textsize[1] + 50) +wsizex = textsize[0] + 50 +wsizey = textsize[1] + 50 +if (280 > wsizex): + wsizex = 280 +wsize = (wsizex, wsizey) + # resize self.instance.resize(eSize(*wsize))