diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:56:30 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-04-12 19:56:30 +0000 |
| commit | 534b74c472193e55d2eb84099f8f810abe62ecf0 (patch) | |
| tree | 41aed5b101f343c2c04b374cd53bec5d5e71e042 /lib | |
| parent | a62e5192b59710f70a8610dbff84982ad6a98e46 (diff) | |
| download | enigma2-534b74c472193e55d2eb84099f8f810abe62ecf0.tar.gz enigma2-534b74c472193e55d2eb84099f8f810abe62ecf0.zip | |
follow itemHeight changes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/python/Screens/ServiceInfo.py | 4 |
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 |
