X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=data%2Fskin.xml;h=80337c93b68be5f5d32c80c15d549b3e05dec3be;hp=55945af8b6a236d4625d8b2334a111b0e13946c4;hb=2b72cfe222c5c013e9a10372c826ae5b3f56ef33;hpb=2533e5b1a04cb55fb6254afb77ba15d1708773ef diff --git a/data/skin.xml b/data/skin.xml index 55945af..80337c9 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -19,6 +19,9 @@ + + + @@ -30,35 +33,46 @@ """ """ - + + + - + + + + + + + + + + - - - - - + + + + + - + - + - - + + - + - + @@ -67,15 +81,15 @@ - + - + - + @@ -83,9 +97,10 @@ - - - + + + + @@ -115,9 +130,12 @@ - - - + + + + + + @@ -129,14 +147,26 @@ + + - - - + + + + + + + + + + + + @@ -146,27 +176,32 @@ - - - + + - - + + + + + + + + + - + - - - - + + + @@ -180,10 +215,14 @@ + + + + -# 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() @@ -191,8 +230,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))