diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 2e892a178..9f57977ca 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -192,9 +192,9 @@ class InstallWizard(WindowModalDialog, MessageBoxMixin, WizardBase): if i==0: button.setChecked(True) + self.set_layout(vbox) vbox.addStretch(1) vbox.addLayout(Buttons(CancelButton(self), OkButton(self, _('Next')))) - self.set_layout(vbox) self.show() self.raise_()