aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-27 09:33:42 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-27 09:33:42 +0000
commit25b529dd304871c705456047049dd29935f1ffe3 (patch)
treecdc08bbbb574ef05f27d35d22fefea974490bd77 /lib/python/Components/FileList.py
parent0383b38c654919cf8a1c08e44795804d98568923 (diff)
downloadenigma2-25b529dd304871c705456047049dd29935f1ffe3.tar.gz
enigma2-25b529dd304871c705456047049dd29935f1ffe3.zip
add some skin fixes/extensions made by Nemesis (thanks for this)
Diffstat (limited to 'lib/python/Components/FileList.py')
-rw-r--r--lib/python/Components/FileList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/FileList.py b/lib/python/Components/FileList.py
index 0d8245c2..74117309 100644
--- a/lib/python/Components/FileList.py
+++ b/lib/python/Components/FileList.py
@@ -32,7 +32,7 @@ EXTENSIONS = {
def FileEntryComponent(name, absolute = None, isDir = False):
res = [ (absolute, isDir) ]
- res.append((eListboxPythonMultiContent.TYPE_TEXT, 35, 1, 200, 20, 0, RT_HALIGN_LEFT, name))
+ res.append((eListboxPythonMultiContent.TYPE_TEXT, 35, 1, 470, 20, 0, RT_HALIGN_LEFT, name))
if isDir:
png = loadPNG(resolveFilename(SCOPE_SKIN_IMAGE, "extensions/directory.png"))
else: