increase default column width
[electrum-nvc.git] / 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):