electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 4bf019e9a617d3081b8ed1a5cb62ffc4f735e48a
parent 76cbafe754940481fac862d6620ebb1c01d31b37
Author: ThomasV <thomasv@gitorious>
Date:   Thu,  5 Feb 2015 13:31:09 +0100

fix

Diffstat:
Mgui/qt/main_window.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -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))