From 4942b579ab5b6bde919b7cc85474990861d41bef Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Feb 2015 04:44:51 +0000 Subject: Use the same border width for ports and modules. Makes edges line up more nicely, if at a wee cost to space. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5560 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/Port.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/Port.cpp') diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp index 20f9cf90..89284463 100644 --- a/src/gui/Port.cpp +++ b/src/gui/Port.cpp @@ -82,7 +82,6 @@ Port::Port(App& app, { assert(pm); - set_border_width(1.0); set_dash_length(app.style()->get_port_dash_length(pm.get())); if (app.can_control(pm.get())) { -- cgit v1.2.1