aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-09 20:36:07 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-09 20:36:07 +0800
commit26279f186a6c7ee5b500dbff8a2b7f227cf6f564 (patch)
treee20726ea1f1bd6ba663d3db92e53f6c99b44ea21 /widgets/table/e-table.c
parent6525d9ad47554ce93f66a2d266c4b979ee65cbad (diff)
downloadgsoc2013-evolution-26279f186a6c7ee5b500dbff8a2b7f227cf6f564.tar
gsoc2013-evolution-26279f186a6c7ee5b500dbff8a2b7f227cf6f564.tar.gz
gsoc2013-evolution-26279f186a6c7ee5b500dbff8a2b7f227cf6f564.tar.bz2
gsoc2013-evolution-26279f186a6c7ee5b500dbff8a2b7f227cf6f564.tar.lz
gsoc2013-evolution-26279f186a6c7ee5b500dbff8a2b7f227cf6f564.tar.xz
gsoc2013-evolution-26279f186a6c7ee5b500dbff8a2b7f227cf6f564.tar.zst
gsoc2013-evolution-26279f186a6c7ee5b500dbff8a2b7f227cf6f564.zip
Set header canvas scroll region correctly.
2000-07-09 Christopher James Lahey <clahey@helixcode.com> * e-table.c: Set header canvas scroll region correctly. svn path=/trunk/; revision=4010
Diffstat (limited to 'widgets/table/e-table.c')
-rw-r--r--widgets/table/e-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c
index 198b1d6bb1..a1f1b40b08 100644
--- a/widgets/table/e-table.c
+++ b/widgets/table/e-table.c
@@ -133,7 +133,7 @@ header_canvas_size_allocate (GtkWidget *widget, GtkAllocation *alloc, ETable *e_
{
gnome_canvas_set_scroll_region (
GNOME_CANVAS (e_table->header_canvas),
- 0, 0, alloc->width, COLUMN_HEADER_HEIGHT);
+ 0, 0, alloc->width - 1, COLUMN_HEADER_HEIGHT - 1);
}
static void