X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d1caa52b1f5b003b7ec03df48b5f7d9fdac1a5a8..4e865c967a169e581edd5b7101173b0262760fe3:/data/skin_default.xml diff --git a/data/skin_default.xml b/data/skin_default.xml index 087239a2..72f34675 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -1,10 +1,10 @@ - + - + @@ -14,33 +14,57 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - + + - - + + - + - - + + - + @@ -48,59 +72,58 @@ - - + + - - - - - + + + + - + - + - + - + - + - + - + - + - + - + - + @@ -109,7 +132,7 @@ - + @@ -128,6 +151,9 @@ + + + @@ -150,10 +176,9 @@ - - - - + + + @@ -170,7 +195,7 @@ - + @@ -236,10 +261,18 @@ + + + + + + + + - + @@ -265,13 +298,14 @@ textsize = self["text"].getSize() # y size still must be fixed in font stuff... textsize = (textsize[0] + 50, textsize[1] + 50) count = len(self.list) -if count > 6: - count = 6 -offset = 30 * count +if count > 10: + count = 10 +offset = 25 * count wsizex = textsize[0] + 60 wsizey = textsize[1] + offset -if (400 > wsizex): - wsizex = 400 + +if (450 > wsizex): + wsizex = 450 wsize = (wsizex, wsizey) @@ -282,7 +316,7 @@ self.instance.resize(eSize(*wsize)) self["text"].instance.resize(eSize(*textsize)) # move list -listsize = (wsizex, 30 * len(self.list)) +listsize = (wsizex, 25 * count) self["list"].instance.move(ePoint(0, textsize[1])) self["list"].instance.resize(eSize(*listsize)) @@ -315,11 +349,19 @@ newwidth = wsize[0] - - - - - + + + + + + + + + + + + + # this should be factored out into some helper code, but currently demonstrates applets. @@ -357,4 +399,4 @@ newwidth = wsize[0] self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - \ No newline at end of file +