X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fmainwindow.py;h=c57c3137185f02f5a75654053587a697af24f486;hp=dc0e6a04b5970850d91b603fc76e18ee7f9f6085;hb=c1e7dc6e4650fc42c4af6c95ffa8e4a0cf322539;hpb=609cd533bfaa74a876eb47d61e0998da592a6193 diff --git a/sface/mainwindow.py b/sface/mainwindow.py index dc0e6a0..c57c313 100644 --- a/sface/mainwindow.py +++ b/sface/mainwindow.py @@ -211,7 +211,7 @@ class MainWindow(QWidget): def showTrackerWindow(self): tracker = get_tracker() tracker.show() - tracker.resize(500, 640) + tracker.resize(750, 580) tracker.raise_() tracker.activateWindow()