diff options
Diffstat (limited to 'lib/python/Components/ServiceList.py')
| -rw-r--r-- | lib/python/Components/ServiceList.py | 3 |
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) |
