aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/ServiceList.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-31 15:11:08 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-31 15:11:08 +0000
commitf5168f904c3a2189cf9e25f033c3a8cea8456386 (patch)
treeb37ebdf17d37d4ed446ecdb6c60f2be4649cb969 /lib/python/Components/ServiceList.py
parent26333622d12f5f959e26164d9889474d7cd1f552 (diff)
downloadenigma2-f5168f904c3a2189cf9e25f033c3a8cea8456386.tar.gz
enigma2-f5168f904c3a2189cf9e25f033c3a8cea8456386.zip
sync / no changes
Diffstat (limited to 'lib/python/Components/ServiceList.py')
-rw-r--r--lib/python/Components/ServiceList.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py
index 4c553d9d..73727403 100644
--- a/lib/python/Components/ServiceList.py
+++ b/lib/python/Components/ServiceList.py
@@ -66,10 +66,9 @@ class ServiceList(HTMLComponent, GUIComponent):
self.l.setVisualMode(eListboxServiceContent.visModeSimple)
else:
self.instance.setItemHeight(40)
-
self.l.setElementFont(self.l.celServiceName, gFont("Arial", 30))
self.l.setElementPosition(self.l.celServiceName, eRect(40, 0, self.instance.size().width(), 40))
self.l.setElementFont(self.l.celServiceNumber, gFont("Arial", 20))
self.l.setElementPosition(self.l.celServiceNumber, eRect(0, 10, 40, 30))
-
+
self.l.setVisualMode(eListboxServiceContent.visModeComplex)