aboutsummaryrefslogtreecommitdiffstats
path: root/html/js/git-deps-layout.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'html/js/git-deps-layout.coffee')
-rw-r--r--html/js/git-deps-layout.coffee6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/js/git-deps-layout.coffee b/html/js/git-deps-layout.coffee
index 5e65a40..8b8cd05 100644
--- a/html/js/git-deps-layout.coffee
+++ b/html/js/git-deps-layout.coffee
@@ -1,8 +1,8 @@
DEBUG = false
-MIN_ROW_GAP = 100
-MIN_NODE_X_GAP = 50
-MAX_NODE_X_GAP = 200
+MIN_ROW_GAP = 60
+MIN_NODE_X_GAP = 100 # presumably includes the node width
+MAX_NODE_X_GAP = 300
MAX_NODE_Y_GAP = 80
dagre = require "dagre"