From: duplo Date: Tue, 31 Mar 2009 09:01:58 +0000 (+0000) Subject: Remove the minimum size of the QWizard X-Git-Tag: 2.1.0~238 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=9f78ac29bdc537afaab5dba3239b6631bdf2a740;p=bertos.git Remove the minimum size of the QWizard git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2444 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BWizard.py b/wizard/BWizard.py index 7c2b0f4b..559462ac 100644 --- a/wizard/BWizard.py +++ b/wizard/BWizard.py @@ -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()