From 6fb9f2e241683c6da20d69ca95765408ec00bbf5 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 23 Apr 2015 12:53:29 +0200 Subject: [PATCH] smaller column --- gui/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 index a8c3f5e17..feab5ab87 100644 --- 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)