Remove the minimum size of the QWizard
[bertos.git] / wizard / BWizard.py
index 7c2b0f4bc6c73c0302c3db77d8b74f61307a6aaa..559462ac408f0751b608c9453da5ea5b1934ec38 100644 (file)
@@ -27,8 +27,6 @@ class BWizard(QWizard):
     
     def __init__(self):
         QWizard.__init__(self)
-        # TODO: choose the right minimum size
-        self.setMinimumSize(1000, 500)
         self.setWindowTitle(self.tr("Create a BeRTOS project"))
         self.setOption(QWizard.DisabledBackButtonOnLastPage, True)
         self._addPages()