diff --git a/gramps/plugins/textreport/notelinkreport.py b/gramps/plugins/textreport/notelinkreport.py index 6587a7ede..e7980142d 100644 --- a/gramps/plugins/textreport/notelinkreport.py +++ b/gramps/plugins/textreport/notelinkreport.py @@ -212,7 +212,7 @@ class NoteLinkOptions(MenuReportOptions): table.set_width(100) table.set_columns(4) table.set_column_width(0, 10) - table.set_column_width(1, 10) - table.set_column_width(2, 70) + table.set_column_width(1, 15) + table.set_column_width(2, 65) table.set_column_width(3, 10) default_style.add_table_style('NoteLink-Table',table)