From: Felix Domke Date: Thu, 12 Apr 2007 19:56:30 +0000 (+0000) Subject: follow itemHeight changes X-Git-Tag: 2.6.0~2304 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/534b74c472193e55d2eb84099f8f810abe62ecf0?ds=sidebyside follow itemHeight changes --- 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