From: Andreas Monzner Date: Tue, 10 Oct 2006 15:52:47 +0000 (+0000) Subject: fix pip X-Git-Tag: 2.6.0~2951 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b784d016b66856c4f3aca2cb9a1c5c7f61f18519?ds=sidebyside fix pip --- 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):