aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spectrogram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spectrogram.c b/spectrogram.c
index 6114983..ee392d6 100644
--- a/spectrogram.c
+++ b/spectrogram.c
@@ -211,7 +211,7 @@ init_panel(Window win, int w, int h, int mirror)
/* spectrogram */
p->s.x = 0;
- p->s.y = p->w.height;
+ p->s.y = p->w.height + 1;
p->s.width = w;
p->s.height = h * 0.25;