diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-10 15:52:47 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-10 15:52:47 +0000 |
| commit | b784d016b66856c4f3aca2cb9a1c5c7f61f18519 (patch) | |
| tree | 37026d3b90d8955a349af7bd358163db6df7e665 /lib/python/Screens/PictureInPicture.py | |
| parent | 8f7dbc5ddb0e674364866b0e41ba42b55c6db8bf (diff) | |
| download | enigma2-b784d016b66856c4f3aca2cb9a1c5c7f61f18519.tar.gz enigma2-b784d016b66856c4f3aca2cb9a1c5c7f61f18519.zip | |
fix pip
Diffstat (limited to 'lib/python/Screens/PictureInPicture.py')
| -rw-r--r-- | lib/python/Screens/PictureInPicture.py | 2 |
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): |
