Made connection point markers smaller
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 15 May 2019 08:41:20 +0000 (10:41 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 15 May 2019 08:41:20 +0000 (10:41 +0200)
LogicUI/src/LogicUI.java

index 0ed5e95..515bdb4 100644 (file)
@@ -70,7 +70,7 @@ public class LogicUI
                {\r
                        Point connectionPoint = component.getWireArrayConnectionPoint(i);\r
                        if(connectionPoint != null)\r
-                               tgc.fillOval(connectionPoint.x - 2, connectionPoint.y - 2, 4, 4);\r
+                               tgc.fillOval(connectionPoint.x - 1, connectionPoint.y - 1, 2, 2);\r
                }\r
        }\r
        public void run()\r