client/js/renderer/nodeeditbutton.js
changeset 453 04b7d46e9d67
parent 434 0d5998b32a7c
child 487 48be7ebb3187
--- a/client/js/renderer/nodeeditbutton.js	Fri May 22 17:45:50 2015 +0200
+++ b/client/js/renderer/nodeeditbutton.js	Fri May 22 17:48:18 2015 +0200
@@ -13,8 +13,8 @@
         _init: function() {
             this.type = "Node-edit-button";
             this.lastSectorInner = 0;
-            this.startAngle = -135;
-            this.endAngle = -45;
+            this.startAngle = -125;
+            this.endAngle = -55;
             this.imageName = "edit";
             this.text = "Edit";
         },