MacOSX fix
If these lines are the other way round, the buttons don't appear on MacOSX!
This commit is contained in:
parent
15e9991e2a
commit
62201b37f5
@ -139,8 +139,8 @@ class InstallWizard(WindowModalDialog, MessageBoxMixin):
|
|||||||
button.setChecked(True)
|
button.setChecked(True)
|
||||||
|
|
||||||
vbox.addStretch(1)
|
vbox.addStretch(1)
|
||||||
self.set_layout(vbox)
|
|
||||||
vbox.addLayout(Buttons(CancelButton(self), OkButton(self, _('Next'))))
|
vbox.addLayout(Buttons(CancelButton(self), OkButton(self, _('Next'))))
|
||||||
|
self.set_layout(vbox)
|
||||||
self.show()
|
self.show()
|
||||||
self.raise_()
|
self.raise_()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user