From d50e36f3a274a4cd6360a44d5e849861136c1fd8 Mon Sep 17 00:00:00 2001 From: thomasv Date: Sat, 2 Mar 2013 13:48:59 +0100 Subject: [PATCH] increase default column width --- gui/gui_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/gui_qt.py b/gui/gui_qt.py index e56c1ef80..4c9fc0fff 100644 --- a/gui/gui_qt.py +++ b/gui/gui_qt.py @@ -389,7 +389,7 @@ def ok_cancel_buttons(dialog): default_column_widths = { "history":[40,140,350,140], "contacts":[350,330], - "receive":[[310],[310,200,130,130],[310,200,130,130]] } + "receive":[[370],[370,200,130,130],[370,200,130,130]] } class ElectrumWindow(QMainWindow):