diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index a54a47de..49674f8d 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -139,8 +139,8 @@ class InstallWizard(WindowModalDialog, MessageBoxMixin): button.setChecked(True) vbox.addStretch(1) - self.set_layout(vbox) vbox.addLayout(Buttons(CancelButton(self), OkButton(self, _('Next')))) + self.set_layout(vbox) self.show() self.raise_()