Skip to content

Commit

Permalink
xls-report.py: made most columns a little wider
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Donchenko committed Jul 4, 2013
1 parent 4e939e2 commit ea054e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ts/misc/xls-report.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def main():
sheet_comparisons = sheet_conf.get('comparisons', [])

for i, w in enumerate([2000, 15000, 2500, 2000, 15000]
+ (len(config_names) + 1 + len(sheet_comparisons)) * [3000]):
+ (len(config_names) + 1 + len(sheet_comparisons)) * [4000]):
sheet.col(i).width = w

for i, caption in enumerate(['Module', 'Test', 'Image\nsize', 'Data\ntype', 'Parameters']
Expand Down

0 comments on commit ea054e2

Please sign in to comment.