aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-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)