diff options
Diffstat (limited to 'lib/python/Components/ServiceList.py')
| -rw-r--r-- | lib/python/Components/ServiceList.py | 2 |
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) |
