commit d50e36f3a274a4cd6360a44d5e849861136c1fd8
parent 08a9de688ac5d85db341830257beed5de3868ea3
Author: thomasv <thomasv@gitorious>
Date: Sat, 2 Mar 2013 13:48:59 +0100
increase default column width
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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):