Close the first prototype of the new layout
This commit is contained in:
8
mindplot/src/main/javascript/nlayout/GridSorter.js
Normal file
8
mindplot/src/main/javascript/nlayout/GridSorter.js
Normal file
@@ -0,0 +1,8 @@
|
||||
mindplot.nlayout.GridSorter = new Class({
|
||||
Extends: mindplot.nlayout.SymetricSorder
|
||||
|
||||
});
|
||||
|
||||
mindplot.nlayout.GridSorter.GRID_HORIZONTAR_SIZE = 50;
|
||||
mindplot.nlayout.GridSorter.INTER_NODE_VERTICAL_DISTANCE = 50;
|
||||
|
Reference in New Issue
Block a user