diff options
Diffstat (limited to 'QtUI.py')
-rw-r--r-- | QtUI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/QtUI.py b/QtUI.py index bfe2358..37910a5 100644 --- a/QtUI.py +++ b/QtUI.py @@ -21,6 +21,7 @@ class UI(gobject.GObject): self.window = QMainWindow() #give the window a name self.window.setWindowTitle("BlatherQt") + self.window.setMaximumSize(400,200) center = QWidget() self.window.setCentralWidget(center) |