client/js/renderer/nodelinkbutton.js
changeset 453 04b7d46e9d67
parent 449 aae670254c49
child 487 48be7ebb3187
--- a/client/js/renderer/nodelinkbutton.js	Fri May 22 17:45:50 2015 +0200
+++ b/client/js/renderer/nodelinkbutton.js	Fri May 22 17:48:18 2015 +0200
@@ -13,8 +13,8 @@
         _init: function() {
             this.type = "Node-link-button";
             this.lastSectorInner = 0;
-            this.startAngle = 120;
-            this.endAngle = 180;
+            this.startAngle = 135;
+            this.endAngle = 190;
             this.imageName = "link";
             this.text = "Link to another node";
         },