remove hole
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 28 Feb 2006 09:26:51 +0000 (09:26 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 28 Feb 2006 09:26:51 +0000 (09:26 +0000)
lib/python/Plugins/Extensions/FileManager/plugin.py

index b733645..05a19fc 100644 (file)
@@ -16,7 +16,7 @@ class FileManager(Screen):
                <screen position="100,100" size="550,400" title="Test" >
                        <!--widget name="text" position="0,0" size="550,25" font="Regular;20" /-->
                        <widget name="list" position="10,0" size="190,250" scrollbarMode="showOnDemand" />
-                       <widget name="pixmap" position="200,0" size="190,250" />
+                       <widget name="pixmap" position="200,0" size="190,250" alphatest="on" />
                </screen>"""
        def __init__(self, session, args = None):
                self.skin = FileManager.skin