aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/PictureInPicture.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-10 15:52:47 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-10 15:52:47 +0000
commitb784d016b66856c4f3aca2cb9a1c5c7f61f18519 (patch)
tree37026d3b90d8955a349af7bd358163db6df7e665 /lib/python/Screens/PictureInPicture.py
parent8f7dbc5ddb0e674364866b0e41ba42b55c6db8bf (diff)
downloadenigma2-b784d016b66856c4f3aca2cb9a1c5c7f61f18519.tar.gz
enigma2-b784d016b66856c4f3aca2cb9a1c5c7f61f18519.zip
fix pip
Diffstat (limited to 'lib/python/Screens/PictureInPicture.py')
-rw-r--r--lib/python/Screens/PictureInPicture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/PictureInPicture.py b/lib/python/Screens/PictureInPicture.py
index ce959209..c89ca229 100644
--- a/lib/python/Screens/PictureInPicture.py
+++ b/lib/python/Screens/PictureInPicture.py
@@ -8,7 +8,7 @@ class PictureInPicture(Screen):
Screen.__init__(self, session)
self["video"] = VideoWindow()
self.currentService = None
- config.av.pip = ConfigPosition(default=[-1, -1, -1, -1], limits = (719, 567, 720, 568))
+ config.av.pip = ConfigPosition(default=[-1, -1, -1, -1], args = (719, 567, 720, 568))
self.onLayoutFinish.append(self.LayoutFinished)
def LayoutFinished(self):