From e04299dcd4f7b0f7edf01bf846182e43070811d6 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 8 Jun 2012 20:09:40 +0100 Subject: Increase bounding box resize handle size Make it easier to hit with the mouse --- tikzit/src/gtk/GraphRenderer.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikzit/src/gtk/GraphRenderer.m b/tikzit/src/gtk/GraphRenderer.m index 22e227f..9b91728 100644 --- a/tikzit/src/gtk/GraphRenderer.m +++ b/tikzit/src/gtk/GraphRenderer.m @@ -20,7 +20,7 @@ #import "Edge+Render.h" #import "Node+Render.h" -static const float size = 5.0; +static const float size = 8.0; float sideHandleTop(NSRect bbox) { return (NSMinY(bbox) + NSMaxY(bbox) - size)/2.0f; -- cgit v1.2.3