aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-19 13:15:36 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-19 13:15:36 +0000
commit055d8b92e8d9211e147f439070e470df5098912a (patch)
tree1e1c1fc44a403f9a69f08d3a62bdf7e18a29b8f6 /Sgraph.c
parentbba33ea0a0764bf9f5903b031cb36604c4314a69 (diff)
fft resize
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];