X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/63fea3f7242f63ad6aa9181fb022f81df944d0d0..b25820a32e175df5c7ea629628026ae7ebb7ec18:/data/skin.xml?ds=sidebyside diff --git a/data/skin.xml b/data/skin.xml index c48caa18..d19e0fa3 100644 --- a/data/skin.xml +++ b/data/skin.xml @@ -11,53 +11,112 @@ - + - + - + + + + - - - - - - - - + + + + + + + + """ """ - - - - + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -71,8 +130,12 @@ - - + + + + + + @@ -80,31 +143,74 @@ - - + + - + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + - + + + + + - + @@ -114,10 +220,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() @@ -125,8 +235,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)) @@ -139,4 +249,4 @@ newwidth = wsize[0] self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - \ No newline at end of file +