| changeset 461 | 48235ed6b07d |
| parent 453 | 04b7d46e9d67 |
| child 487 | 48be7ebb3187 |
--- a/client/js/renderer/nodeenlargebutton.js Wed Jun 03 19:16:58 2015 +0200 +++ b/client/js/renderer/nodeenlargebutton.js Thu Jun 04 10:04:01 2015 +0200 @@ -14,8 +14,8 @@ _init: function() { this.type = "Node-enlarge-button"; this.lastSectorInner = 0; - this.startAngle = -45; - this.endAngle = 0; + this.startAngle = -55; + this.endAngle = -10; this.imageName = "enlarge"; this.text = "Enlarge"; },