mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue