Note Link Report: adjust columns for better fit
This commit is contained in:
parent
3c08eb5b80
commit
8a9fbc35e3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user