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)
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.


No differences found