diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-26 03:27:46 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-26 03:27:46 +0800 |
commit | 60f52f5eaedd302180188c671ab9298b23119930 (patch) | |
tree | c1982dcc66640dfecf8b90e71315a41db1042521 /widgets/e-table/ChangeLog | |
parent | d306c2932807d068f453196abd3ca39580c4039a (diff) | |
download | gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.gz gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.bz2 gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.lz gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.xz gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.zst gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.zip |
Account for extra pixel at right end of ETable.
2000-05-25 Christopher James Lahey <clahey@helixcode.com>
* e-table-header.c: Account for extra pixel at right end of
ETable.
* e-table-item.c: Make grid less intrusive.
* e-table.c: Make scrollbars disappear when appropriate.
svn path=/trunk/; revision=3206
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 0bda1dbade..644d1d64f9 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,14 @@ 2000-05-25 Christopher James Lahey <clahey@helixcode.com> + * e-table-header.c: Account for extra pixel at right end of + ETable. + + * e-table-item.c: Make grid less intrusive. + + * e-table.c: Make scrollbars disappear when appropriate. + +2000-05-25 Christopher James Lahey <clahey@helixcode.com> + * e-table-header-item.c: Made dragging columns work. 2000-05-23 Christopher James Lahey <clahey@helixcode.com> |