client/js/renkan-publish.js
changeset 38 092fc99f7558
parent 37 db991a757015
child 39 84eea249ce7e
--- a/client/js/renkan-publish.js	Thu Sep 06 17:21:11 2012 +0200
+++ b/client/js/renkan-publish.js	Fri Sep 07 12:26:16 2012 +0200
@@ -632,7 +632,7 @@
 
 Rkns.Renderer.NodeTooltip.prototype.redraw = function() {
     var _coords = this.node_representation.paper_coords;
-    Rkns.Renderer.Utils.drawTooltip(_coords, this.tooltip_block, 250, 10, this.tooltip_$);
+    Rkns.Renderer.Utils.drawTooltip(_coords, this.tooltip_block, 250, 15, this.tooltip_$);
     this.tooltip_$.show();
 }