This commit is contained in:
ThomasV 2015-02-05 13:31:09 +01:00
parent 76cbafe754
commit 4bf019e9a6

View file

@ -1943,7 +1943,7 @@ class ElectrumWindow(QMainWindow):
mpk_text = ShowQRTextEdit(text=mpk)
mpk_text.setMaximumHeight(170)
mpk_text.selectAll() # for easy copying
vbox.addWidget(mpk_text, 2, 0)
vbox.addWidget(mpk_text)
vbox.addLayout(close_button(dialog))