X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8185d3b0491cb062293cd87ad1a2b417fbd20306..3822c18b3ab800bee6e1ab79aba501c042d5f95f:/data/skin_default.xml diff --git a/data/skin_default.xml b/data/skin_default.xml index 34e69f58..3ed48eab 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -15,23 +15,23 @@ - + - - + + - - + + - + - + - + - - - + + + @@ -262,6 +262,9 @@ + + + @@ -291,13 +294,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) @@ -308,7 +312,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)) @@ -341,6 +345,14 @@ newwidth = wsize[0] + + + + + + + +