X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=data%2Fskin.xml;h=50663968c4ccf79fd672a82aa21163cbb3e21429;hp=dc09176485229c56bd234820ee9a32509aeb1c3d;hb=f7c13b8fcc4373f972387a0e7928658b818392b9;hpb=cada870e04110fb127065194a1cba16b7b380ba9 diff --git a/data/skin.xml b/data/skin.xml index dc09176..5066396 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -19,6 +19,9 @@ + + + @@ -30,35 +33,46 @@ """ """ - + + + - + + + + + + + + + + - - - - - + + + + + - + - + - + - + - + @@ -67,7 +81,7 @@ - + @@ -85,7 +99,6 @@ - @@ -115,9 +128,12 @@ - - - + + + + + + @@ -129,14 +145,25 @@ + + - - - + + + + + + + + + + + @@ -146,9 +173,8 @@ - - - + + @@ -158,15 +184,14 @@ - + - - - - + + + @@ -180,10 +205,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 +220,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))