X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fmainwindow.py;h=b04e638af43f16651f1699c81aea7c6c680acb90;hp=140a6ffe6e0a1469d6e3ef308e05578cd860f74d;hb=32eb5fc79ad9745b7b1c3da1c96f442b0feb965c;hpb=4afda5e76d8fabd8615ca0f18302337edeae1d36 diff --git a/sface/mainwindow.py b/sface/mainwindow.py index 140a6ff..b04e638 100644 --- a/sface/mainwindow.py +++ b/sface/mainwindow.py @@ -118,7 +118,7 @@ class MainWindow(QWidget): def showLogWindow(self, link): self.logWindow.show() - self.logWindow.resize(500, 500) + self.logWindow.resize(800, 400) self.logWindow.raise_() self.logWindow.activateWindow()