X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=gui%2Fqt%2Finstallwizard.py;h=a99cf71bce4d7fd0af50ecbda77db533bdbcd69a;hb=5f8c04cd565fd693ac19a5b6024589a080d6e4bf;hp=785fa1f500ef41e3169600824a1f54f8a83fe513;hpb=6cad213fa873a2ff7b6d01c19fd6c77d1f168d66;p=electrum-nvc.git diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 785fa1f..a99cf71 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -132,12 +132,12 @@ class InstallWizard(QDialog): vbox.addLayout(grid2) vbox.addStretch(1) - vbox.addLayout(ok_cancel_buttons(self, _('Next'))) - + hbox, button = ok_cancel_buttons2(self, _('Next')) + vbox.addLayout(hbox) self.set_layout(vbox) - self.show() self.raise_() + button.setDefault(True) if not self.exec_(): return None, None