aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-18 16:10:36 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-18 16:10:53 +0000
commit68469e647557203a4493c89e297e3b7a02fc2021 (patch)
tree5a2b6627c4d45658704ed342d8101381ce24ef45 /html
parentb8c74aead9b799e4164f7f2cb7ca092334952f42 (diff)
downloadgit-deps-68469e647557203a4493c89e297e3b7a02fc2021.tar.gz
make inter-row gap bigger than intra-row gap
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"