add possibility to set osd visibility (alpha) (just with dm800/8000 with new
[vuplus_dvbapp] / lib / python / Components / ConfigList.py
index 122d012..00949e2 100644 (file)
@@ -9,7 +9,7 @@ class ConfigList(HTMLComponent, GUIComponent, object):
        def __init__(self, list, session = None):
                GUIComponent.__init__(self)
                self.l = eListboxPythonConfigContent()
-               self.l.setSeperation(100)
+               self.l.setSeperation(200)
                self.timer = eTimer()
                self.list = list
                self.onSelectionChanged = [ ]