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 e572730..50e8f96 100644 (file)
@@ -70,7 +70,7 @@ public class LogicUI
                {
                        Point connectionPoint = component.getWireArrayConnectionPoint(i);
                        if(connectionPoint != null)
-                               tgc.fillOval(connectionPoint.x - 2, connectionPoint.y - 2, 4, 4);
+                               tgc.fillOval(connectionPoint.x - 1, connectionPoint.y - 1, 2, 2);
                }
        }
        public void run()