aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ServiceInfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/ServiceInfo.py b/lib/python/Screens/ServiceInfo.py
index 7480779f..83cdcd5f 100644
--- a/lib/python/Screens/ServiceInfo.py
+++ b/lib/python/Screens/ServiceInfo.py
@@ -43,12 +43,12 @@ class ServiceInfoList(HTMLComponent, GUIComponent):
self.list = source
self.l.setList(self.list)
self.l.setFont(0, gFont("Regular", 23))
+ self.l.setItemHeight(25)
GUI_WIDGET = eListbox
-
+
def postWidgetCreate(self, instance):
self.instance.setContent(self.l)
- self.instance.setItemHeight(25)
TYPE_SERVICE_INFO = 1
TYPE_TRANSPONDER_INFO = 2