tadjust grid width - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 8fb14bb5feef01fdd8da973acb17d228ad00a169
DIR parent e780bf3db87a40374c0356cdaa0571e2b2414e32
HTML Author: ThomasV <thomasv@gitorious>
Date: Mon, 20 Apr 2015 07:56:22 +0200
adjust grid width
Diffstat:
M gui/qt/main_window.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
t@@ -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)