summaryrefslogtreecommitdiffstats
path: root/ganv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-11 04:50:52 +0000
committerDavid Robillard <d@drobilla.net>2015-02-11 04:50:52 +0000
commit6b28131cfd12437d5b5967bd37ad3bc0fcc12088 (patch)
tree72927c6373599f8a01f8484a46bd8b61bb7a9bad /ganv
parente8bda69f4b78052a9625ee68ee27f7c752258510 (diff)
downloadganv-6b28131cfd12437d5b5967bd37ad3bc0fcc12088.tar.gz
ganv-6b28131cfd12437d5b5967bd37ad3bc0fcc12088.tar.bz2
ganv-6b28131cfd12437d5b5967bd37ad3bc0fcc12088.zip
Line up ports precisely at module border edges.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5552 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv')
-rw-r--r--ganv/Module.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ganv/Module.hpp b/ganv/Module.hpp
index ef73621..f8dd508 100644
--- a/ganv/Module.hpp
+++ b/ganv/Module.hpp
@@ -56,6 +56,7 @@ public:
"radius-tr", 4.0,
"radius-br", 4.0,
"radius-bl", 4.0,
+ "border-width", 2.0,
"label", name.c_str(),
"draggable", TRUE,
NULL)))