From 8a9fbc35e3ea16d0063cced4401bd2d36f120179 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 27 May 2015 13:05:39 -0400 Subject: [PATCH] Note Link Report: adjust columns for better fit --- gramps/plugins/textreport/notelinkreport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)