fix qt plugins crash

This commit is contained in:
SomberNight 2017-09-23 19:28:06 +02:00
parent e99c2e8dfd
commit 8799809477
1 changed files with 1 additions and 1 deletions

View File

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