Fixed branch overlapping bug

This commit is contained in:
Gonzalo Bellver
2012-03-06 18:01:56 -03:00
parent dc4f47ab7a
commit 6506b60977
4 changed files with 50 additions and 14 deletions

View File

@@ -176,6 +176,10 @@ mindplot.layout.SymmetricSorter = new Class({
toString:function() {
return "Symmetric Sorter";
},
_getVerticalPadding: function() {
return mindplot.layout.SymmetricSorter.INTERNODE_VERTICAL_PADDING;
}
});