Add support for .tlo TableLook files from SPSS 15 and earlier.
[pspp] / src / output / pivot-table.c
index b30961dacb31d01ab35420a44aa3bd1a32bb6a0f..272ccc9e34849dca95a9d133712d219b2a3e0b75 100644 (file)
@@ -202,7 +202,7 @@ pivot_table_look_init (struct pivot_table_look *look)
 
   look->omit_empty = false;
   look->row_labels_in_corner = true;
-  look->width_ranges[TABLE_HORZ][0] = 50;
+  look->width_ranges[TABLE_HORZ][0] = 36;
   look->width_ranges[TABLE_HORZ][1] = 72;
   look->width_ranges[TABLE_VERT][0] = 36;
   look->width_ranges[TABLE_VERT][1] = 120;