mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
Merge pull request #2918 from SomberNight/qt_plugins_grid
fix qt plugins crash
This commit is contained in:
commit
6e936db94a
1 changed files with 1 additions and 1 deletions
|
@ -2827,7 +2827,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
except Exception:
|
||||
self.print_msg("error: cannot display plugin", name)
|
||||
traceback.print_exc(file=sys.stdout)
|
||||
grid.setRowStretch(i+1,1)
|
||||
grid.setRowStretch(len(plugins.descriptions.values()), 1)
|
||||
vbox.addLayout(Buttons(CloseButton(d)))
|
||||
d.exec_()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue