aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-12-14 01:21:31 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2008-12-14 01:21:31 +0100
commit5b4292943b2cf011b19929aa19c85a939cc72714 (patch)
treefa2a117259bacf2170ca2267d29577729b8b1689 /lib/python/Plugins/Extensions/DVDBurn
parente3785cbad215df08d8e27161cdcbd4f7b08307be (diff)
downloadenigma2-5b4292943b2cf011b19929aa19c85a939cc72714.tar.gz
enigma2-5b4292943b2cf011b19929aa19c85a939cc72714.zip
prettify MultiContent TitleList
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/TitleList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py
index dfb037cc..749f80eb 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py
@@ -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