tsmaller column - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6fb9f2e241683c6da20d69ca95765408ec00bbf5 DIR parent 343d45270668b49379aa1afbcbe61808c4fcc904 HTML Author: ThomasV <thomasv@gitorious> Date: Thu, 23 Apr 2015 12:53:29 +0200 smaller column 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@@ -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)