MacOSX fix

If these lines are the other way round, the buttons don't appear
on MacOSX!
This commit is contained in:
Neil Booth 2015-12-23 15:23:35 +09:00
parent 15e9991e2a
commit 62201b37f5
1 changed files with 1 additions and 1 deletions

View File

@ -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_()