increase default column width
authorthomasv <thomasv@gitorious>
Sat, 2 Mar 2013 12:48:59 +0000 (13:48 +0100)
committerthomasv <thomasv@gitorious>
Sat, 2 Mar 2013 12:48:59 +0000 (13:48 +0100)
gui/gui_qt.py

index e56c1ef..4c9fc0f 100644 (file)
@@ -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):