aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/js/git-deps-layout.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/js/git-deps-layout.coffee b/html/js/git-deps-layout.coffee
index 0fbbea1..1ab2c90 100644
--- a/html/js/git-deps-layout.coffee
+++ b/html/js/git-deps-layout.coffee
@@ -1,9 +1,9 @@
DEBUG = false
-MIN_ROW_GAP = 80
+MIN_ROW_GAP = 100
MIN_NODE_X_GAP = 50
MAX_NODE_X_GAP = 200
-MAX_NODE_Y_GAP = 100
+MAX_NODE_Y_GAP = 80
dagre = require "dagre"