From 4f81655a3b0bd754b2e8a4544042d69b517f0ac7 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 3 Oct 2008 14:19:27 +0000 Subject: add possibility to set osd visibility (alpha) (just with dm800/8000 with new drivers) --- lib/python/Components/ConfigList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/ConfigList.py') diff --git a/lib/python/Components/ConfigList.py b/lib/python/Components/ConfigList.py index 122d0123..00949e2f 100644 --- a/lib/python/Components/ConfigList.py +++ b/lib/python/Components/ConfigList.py @@ -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 = [ ] -- cgit v1.2.3