pivot-table: Kluge dropping default 9-point font to make output readable.
[pspp] / src / output / pivot-table.c
index 031656227bfe6b05dfa58b3444f73fa6ae7d893d..3d1ccbaa585199206fe2352701118fe1cd17d4ff 100644 (file)
@@ -76,7 +76,6 @@ pivot_area_get_default_style (enum pivot_area area)
       .bold = BOLD,                                             \
       .fg = { [0] = CELL_COLOR_BLACK, [1] = CELL_COLOR_BLACK},  \
       .bg = { [0] = CELL_COLOR_WHITE, [1] = CELL_COLOR_WHITE},  \
-      .size = 9,                                                \
       .typeface = (char *) "Sans Serif",                        \
     },                                                          \
   }