From 9a292f759f86e802af60e482f22c1f00a3537479 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 25 Jun 2013 07:45:31 +0000 Subject: fill gap at bottom --- spectrogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3