aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-04-12 19:56:30 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-04-12 19:56:30 +0000
commit534b74c472193e55d2eb84099f8f810abe62ecf0 (patch)
tree41aed5b101f343c2c04b374cd53bec5d5e71e042 /lib/python
parenta62e5192b59710f70a8610dbff84982ad6a98e46 (diff)
downloadenigma2-534b74c472193e55d2eb84099f8f810abe62ecf0.tar.gz
enigma2-534b74c472193e55d2eb84099f8f810abe62ecf0.zip
follow itemHeight changes
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