diff -r bdf851bb1c4f -r 48235ed6b07d client/js/renderer/nodeeditbutton.js --- a/client/js/renderer/nodeeditbutton.js Wed Jun 03 19:16:58 2015 +0200 +++ b/client/js/renderer/nodeeditbutton.js Thu Jun 04 10:04:01 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"; },