aboutsummaryrefslogtreecommitdiff
path: root/spectrogram.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-06-25 07:45:31 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-06-25 07:45:31 +0000
commit9a292f759f86e802af60e482f22c1f00a3537479 (patch)
tree855a22f20c0353abe152cc2ab4d6b7c5f471e845 /spectrogram.c
parenteeb9f27b43b1f350ec93f6398238348782d9c4fc (diff)
fill gap at bottom
Diffstat (limited to 'spectrogram.c')
-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;