X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6ecc7dc132071039edf045ad55b3fb2773aed784..b9aeffa4fe90d348eb15b9a5c8f707e1f779bbca:/data/skin_default.xml diff --git a/data/skin_default.xml b/data/skin_default.xml index 6e666020..c89c3503 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -1,46 +1,82 @@ - - - + + + + + + - + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + Name + + + - + - - + + - - + + - + - - + + - + @@ -48,68 +84,88 @@ - - + + - - - - - + + + + - + - + - + - - + + - + - + - + - + - + + + + + + + + + + - + + + + + - + + + + + + + + + - - - + + + - + @@ -153,14 +209,19 @@ - - - - + + + + + + + + + @@ -173,7 +234,7 @@ - + @@ -184,19 +245,48 @@ - + + + RadioText + - + + Name + - - - - - - - - + + WithSeconds + + + Progress + + + RasInteractiveAvailable + + + + StartTime + Default + + + Name + + + Remaining + InMinutes + + + Name + + + StartTime + Default + + + Duration + InMinutes + @@ -239,13 +329,63 @@ - - + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -257,6 +397,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -271,13 +436,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) @@ -288,14 +454,14 @@ 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)) # center window newwidth = wsize[0] #self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - + @@ -306,7 +472,7 @@ newwidth = wsize[0] - + @@ -318,14 +484,24 @@ newwidth = wsize[0] - + + Remaining + + + + + + + + - - - - - + + + + + + # this should be factored out into some helper code, but currently demonstrates applets. @@ -363,4 +539,34 @@ newwidth = wsize[0] self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +