xls-report.py: made most columns a little wider
authorRoman Donchenko <roman.donchenko@itseez.com>
Thu, 4 Jul 2013 14:44:56 +0000 (18:44 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Thu, 4 Jul 2013 16:01:27 +0000 (20:01 +0400)
modules/ts/misc/xls-report.py

index 24891ff..39e587a 100755 (executable)
@@ -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']