pivot-table: Kluge dropping default 9-point font to make output readable.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Dec 2019 15:53:25 +0000 (15:53 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Dec 2019 15:53:25 +0000 (15:53 +0000)
commit3c15b41c0360cc66ad9608a18ba379112f10b5b9
tree1bbcb27dfc4cc89439aacb4cd59dfd28b4216840
parentb2b087bb27f1fd42e2c3b2abad49b6532021a0cc
pivot-table: Kluge dropping default 9-point font to make output readable.

The default font size for SPV output is normally 9 points, but that
makes the output window hard to read.  This drops that default entirely,
which seems to make the output use a system or Pango default.  This is
probably not the right thing to do--probably we need a way to magnify
the fonts for on-screen display.

This reverts part of commit e3c3fbe8b, which wasn't intended to have a
visible effect but did because it inadvertently introduced a 9-point
default.

Reported by John Darrington.
src/output/pivot-table.c