1
0

qt wizard: restore previous window size

This commit is contained in:
ThomasV
2023-09-22 17:51:41 +02:00
parent 83ff192bf5
commit 44dddee4d2

View File

@@ -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: