aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'Sgraph.c')
-rw-r--r--Sgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sgraph.c b/Sgraph.c
index b1be364..22b46f9 100644
--- a/Sgraph.c
+++ b/Sgraph.c
@@ -234,7 +234,7 @@ Redisplay(Widget w, XEvent *event, Region r)
if (!XtIsRealized(w))
return;
- bottom = sw->core.height;
+ bottom = sw->core.height - 10;
for (x = 0; x < sw->sgraph.size / 2; x++) {
yl = sw->sgraph.leftData[x];