Added theme scheduler, poi support and speed alarm features.
[jspeed] / src / graphicsscene.h
index d5ac6d7..0a8733e 100644 (file)
@@ -29,7 +29,7 @@ class GraphicsScene : public QGraphicsScene
 
 public:
     GraphicsScene(QRectF const& rect);
-    static int const CLICK_MARGIN = 45;
+    static int const CLICK_MARGIN = 48;
 
 signals:
     void clicked();