tfix - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 4bf019e9a617d3081b8ed1a5cb62ffc4f735e48a DIR parent 76cbafe754940481fac862d6620ebb1c01d31b37 HTML Author: ThomasV <thomasv@gitorious> Date: Thu, 5 Feb 2015 13:31:09 +0100 fix Diffstat: M gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -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))