X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=data%2Fskin.xml;h=44c4988d53dc3f4fb528b18934763ee1a8a6ca42;hp=6c7e218796dbb8bffedee21db21daafcfa0e5d91;hb=572caca1ba06dd8247724c9f5d6bcad515e2edf4;hpb=f1af72b9827f7c192a22279c5d780a050798336a diff --git a/data/skin.xml b/data/skin.xml index 6c7e218..44c4988 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -9,52 +9,107 @@ + - + - + - + + + + - - - - - - - - + + + + + + + + - """ """ - + + + + - - + + + + + + + + - - - - - + + - + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -62,8 +117,8 @@ - - + + @@ -79,9 +134,12 @@ - - - + + + + + + @@ -89,28 +147,102 @@ - - + + + + + + + + - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + @@ -124,10 +256,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() @@ -135,8 +273,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))