Child node are a little bit more distant from parent in the OldLayout.

This commit is contained in:
Paulo Gustavo Veiga
2011-04-26 00:53:46 -03:00
parent fa726742a4
commit a2b0838200
3 changed files with 5 additions and 5 deletions

View File

@@ -175,7 +175,7 @@ mindplot.DragTopic.prototype.updateDraggedTopic = function(workspace)
// Update topic position ...
var dragPivotPosition = dragPivot.getPosition();
// Must positionate the dragged topic taking into account the current node size.
// Must position the dragged topic taking into account the current node size.
var pivotSize = dragPivot.getSize();
var draggedTopicSize = draggedTopic.getSize();
var xOffset = draggedTopicSize.width - pivotSize.width;