electrum

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

commit 8fb14bb5feef01fdd8da973acb17d228ad00a169
parent e780bf3db87a40374c0356cdaa0571e2b2414e32
Author: ThomasV <thomasv@gitorious>
Date:   Mon, 20 Apr 2015 07:56:22 +0200

adjust grid width

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

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -567,6 +567,7 @@ class ElectrumWindow(QMainWindow): def create_receive_tab(self): self.receive_grid = grid = QGridLayout() + grid.setColumnMinimumWidth(3, 150) self.receive_address_e = MyLineEdit() self.receive_address_e.setFrozen(True)