X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a072e68be70f2525220172f9b9fdc30af7291662..3ff9ec2869649c38251899fc0fbe9c651a061dfc:/data/skin.xml diff --git a/data/skin.xml b/data/skin.xml index 8720f9d0..0febcc3f 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -19,6 +19,9 @@ + + + @@ -32,21 +35,30 @@ """ """ - + - + + + + + + + + + + - - - - - + + + + + @@ -54,13 +66,13 @@ - + - + - + @@ -69,7 +81,7 @@ - + @@ -133,12 +145,23 @@ + + - + + + + + + + + + @@ -150,8 +173,8 @@ - - + + @@ -167,9 +190,9 @@ - - - + + + @@ -186,7 +209,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() @@ -194,8 +217,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))