qt wizard: restore previous window size
This commit is contained in:
@@ -118,7 +118,7 @@ class QEAbstractWizard(QDialog, MessageBoxMixin):
|
||||
# self.app.processEvents()
|
||||
|
||||
def sizeHint(self) -> QSize:
|
||||
return QSize(800, 600)
|
||||
return QSize(600, 400)
|
||||
|
||||
def strt(self):
|
||||
if self.start_viewstate is not None:
|
||||
|
||||
Reference in New Issue
Block a user