X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=data%2Fskin.xml;h=f7f68d60037563cbbc63cd46704beb661243bac1;hb=8abbe5bcd4741dda42105ca4c71076cb4752a31c;hp=21f735b4eaa5dc4062e57d45e7fd36626b4cd2f1;hpb=fe6a0874378bbf19d0727b6d83c98339407a1142;p=vuplus_dvbapp diff --git a/data/skin.xml b/data/skin.xml index 21f735b..f7f68d6 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -9,16 +9,20 @@ + - + - + - + + + + @@ -29,66 +33,84 @@ - """ """ - + + + + - + - + + + + + + + + + + + + + - - - - - + + + + + - + - + - - + + + + + - + - + - + - - + + - + - - - + + + - + - - - + + + + - + @@ -115,9 +137,12 @@ - - - + + + + + + @@ -125,38 +150,109 @@ - - - + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + - - + + + + + + + + + + + + + + + - + - + - - - + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -170,10 +266,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() @@ -181,8 +283,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))