electrum

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

commit 6fb9f2e241683c6da20d69ca95765408ec00bbf5
parent 343d45270668b49379aa1afbcbe61808c4fcc904
Author: ThomasV <thomasv@gitorious>
Date:   Thu, 23 Apr 2015 12:53:29 +0200

smaller column

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 @@ -1311,7 +1311,7 @@ class ElectrumWindow(QMainWindow): return self.create_list_tab(l) def create_contacts_tab(self): - l = MyTreeWidget(self, self.create_contact_menu, [_('Key'), _('Value'), _('Type')], [350, None, 130]) + l = MyTreeWidget(self, self.create_contact_menu, [_('Key'), _('Value'), _('Type')], [250, None, 130]) self.contacts_list = l return self.create_list_tab(l)