increase default column width

This commit is contained in:
thomasv 2013-03-02 13:48:59 +01:00
parent 08a9de688a
commit d50e36f3a2
1 changed files with 1 additions and 1 deletions

View 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):