From 516f4f2239b517ba25eb58a26703cdeb7451e8b8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Feb 2015 00:24:29 +0000 Subject: Make edges opaque. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@5595 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/MachinaCanvas.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/MachinaCanvas.cpp') diff --git a/src/gui/MachinaCanvas.cpp b/src/gui/MachinaCanvas.cpp index f7292bf..a9e51c4 100644 --- a/src/gui/MachinaCanvas.cpp +++ b/src/gui/MachinaCanvas.cpp @@ -124,8 +124,8 @@ MachinaCanvas::on_new_object(SPtr object) } else { int scroll_x, scroll_y; get_scroll_offsets(scroll_x, scroll_y); - x = scroll_x + 64.0; - y = scroll_y + 64.0; + x = scroll_x + 128.0; + y = scroll_y + 128.0; } NodeView* view = new NodeView(_app->window(), *this, object, x, y); -- cgit v1.2.1