Browse Source

MacOSX fix

If these lines are the other way round, the buttons don't appear
on MacOSX!
283
Neil Booth 9 years ago
parent
commit
62201b37f5
  1. 2
      gui/qt/installwizard.py

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

Loading…
Cancel
Save