pspp-sheet-view: Improve look of sheet when there are few columns.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 3 Mar 2012 19:25:20 +0000 (11:25 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 25 Apr 2012 05:41:41 +0000 (22:41 -0700)
commit29deed6b37a5e2361e64fc81303729b90f506248
tree10cff6a43aece98468b7c5d2052dbbcf2f71133c
parent45861388123559f96d05eb8d4f9356ad00ced281
pspp-sheet-view: Improve look of sheet when there are few columns.

GtkTreeView always expands one or more columns so that the visible
columns fill up the entire width of the treeview.  This looks funny
in a spreadsheet-like view.  This commit changes PsppSheetView so
that, instead, extra space is left blanks instead of being filled
up with columns.
src/ui/gui/pspp-sheet-private.h
src/ui/gui/pspp-sheet-view.c