X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7466abeda3437afb71ce9ab8c0917cd8ea14482c..e182079b3c7d8727a4e2b6df901ee610d58d1f55:/data/skin_default.xml diff --git a/data/skin_default.xml b/data/skin_default.xml index 3c8fc492..31f7fb90 100644 --- a/data/skin_default.xml +++ b/data/skin_default.xml @@ -296,8 +296,8 @@ if count > 6: offset = 30 * count wsizex = textsize[0] + 60 wsizey = textsize[1] + offset -if (400 > wsizex): - wsizex = 400 +if (450 > wsizex): + wsizex = 450 wsize = (wsizex, wsizey)