X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=data%2Fskin.xml;h=f7f68d60037563cbbc63cd46704beb661243bac1;hb=8abbe5bcd4741dda42105ca4c71076cb4752a31c;hp=d85d1735add90ab3d6b6da85c2e32326f202288d;hpb=364dcf5cdfa9f39414074a48501f25d714117729;p=vuplus_dvbapp diff --git a/data/skin.xml b/data/skin.xml index d85d173..f7f68d6 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -9,6 +9,7 @@ + @@ -19,6 +20,9 @@ + + + @@ -29,76 +33,84 @@ - """ """ + - + - + - - + + + + + - - + + - + - + - + - + - - + + + + + - + - + - + - - + + - + - - - + + + - + + + - + @@ -126,7 +138,7 @@ - + @@ -138,48 +150,99 @@ - - - + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + - - + + + + + + - - - + + + - + - + - - - + + + + + + + + + + + + + - + + + + + @@ -187,9 +250,9 @@ - - - + + + @@ -203,8 +266,14 @@ + + + + - + + + # this should be factored out into some helper code, but currently demonstrates applets. from enigma import eSize, ePoint @@ -214,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] + 50) -wsize = (textsize[0] + 50, textsize[1] + 50) +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))