X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=data%2Fskin.xml;h=4533fa60be40179a4fb33821b6b537e6828d1166;hb=b3515f8ab2bbf0250edf0441bb4c2dc163d8fab8;hp=84c89f67713ed5b13c450ea86deb9b62553893f5;hpb=eb6651bbeae9a279474d2e52be177fa5bfbea9f2;p=vuplus_dvbapp diff --git a/data/skin.xml b/data/skin.xml index 84c89f6..4533fa6 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -11,14 +11,17 @@ - + - + - + + + + @@ -30,21 +33,32 @@ """ """ - + + + - - + + + + + + + + - - - - - + + + + + + + + @@ -52,15 +66,44 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -68,8 +111,8 @@ - - + + @@ -85,9 +128,12 @@ - - - + + + + + + @@ -99,24 +145,53 @@ - + + - - - - + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + @@ -133,7 +208,7 @@ -# 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() @@ -141,8 +216,8 @@ 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], textsize[1] + 50) +wsize = (textsize[0] + 50, textsize[1] + 50) # resize self.instance.resize(eSize(*wsize))