aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/ServiceList.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-13 04:07:36 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-13 04:07:36 +0000
commitba1d94b0fcdf6a9766160794a6d8605ee359529a (patch)
tree499213acff10b706c931bcdae60e38c2e1020cf2 /lib/python/Components/ServiceList.py
parent359190114693450d5a3e7404f00dfd9c033917d9 (diff)
downloadenigma2-ba1d94b0fcdf6a9766160794a6d8605ee359529a.tar.gz
enigma2-ba1d94b0fcdf6a9766160794a6d8605ee359529a.zip
new fontsize in servicelist
Diffstat (limited to 'lib/python/Components/ServiceList.py')
-rw-r--r--lib/python/Components/ServiceList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py
index 0f71c44a..7d69d81a 100644
--- a/lib/python/Components/ServiceList.py
+++ b/lib/python/Components/ServiceList.py
@@ -66,7 +66,7 @@ class ServiceList(HTMLComponent, GUIComponent):
def setMode(self, mode):
if mode == self.MODE_NORMAL:
- self.instance.setItemHeight(20)
+ self.instance.setItemHeight(25)
self.l.setVisualMode(eListboxServiceContent.visModeSimple)
else:
self.instance.setItemHeight(40)