diff --git a/src/toolbar.cpp b/src/toolbar.cpp
index b467d44..64fef09 100644
--- a/src/toolbar.cpp
+++ b/src/toolbar.cpp
@@ -142,7 +142,7 @@ bool GraphicsWindow::ToolbarDrawOrHitTest(int mx, int my,
     int x = 17, y = (int)(height - 52);
 
     int fudge = 8;
-    int h = 32*16 + 3*16 + fudge;
+    int h = 34*16 + 3*16 + fudge;
     int aleft = 0, aright = 66, atop = y+16+fudge/2, abot = y+16-h;
 
     bool withinToolbar =