Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
authorFraxinas <andreas.frisch@multimedia-labs.de>
Sun, 14 Dec 2008 00:22:59 +0000 (01:22 +0100)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Sun, 14 Dec 2008 00:22:59 +0000 (01:22 +0100)
lib/python/Plugins/Extensions/DVDBurn/TitleList.py

index dfb037c..749f80e 100644 (file)
@@ -230,7 +230,7 @@ class TitleList(Screen, HelpableScreen):
                res = [ ]
                totalsize = 0
                for title in self.project.titles:
-                       a = [ title, (eListboxPythonMultiContent.TYPE_TEXT, 0, 10, 500, 50, 0, RT_HALIGN_LEFT, title.properties.menutitle.getValue())  ]
+                       a = [ title, (eListboxPythonMultiContent.TYPE_TEXT, 0, 5, 500, 25, 0, RT_HALIGN_LEFT, title.properties.menutitle.getValue())  ]
                        res.append(a)
                        totalsize += title.estimatedDiskspace
                self["titles"].list = res