From f9be97a6921df178f95a6e6431c1d39f8ab45b91 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Wed, 12 Dec 2012 14:59:57 +0000
Subject: [PATCH] BIS-229 SP-419 : Increased vertical spacing.

SVN: 27921
---
 .../1/as/webapps/sample-graph/html/webapp.js                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deep_sequencing_unit/source/core-plugins/ngs-sample-overview-graph/1/as/webapps/sample-graph/html/webapp.js b/deep_sequencing_unit/source/core-plugins/ngs-sample-overview-graph/1/as/webapps/sample-graph/html/webapp.js
index bbe4389eea7..c7aac1f9c55 100644
--- a/deep_sequencing_unit/source/core-plugins/ngs-sample-overview-graph/1/as/webapps/sample-graph/html/webapp.js
+++ b/deep_sequencing_unit/source/core-plugins/ngs-sample-overview-graph/1/as/webapps/sample-graph/html/webapp.js
@@ -682,7 +682,7 @@ DagreGraphRenderer.prototype.useLineLinkPath = function(source, target) {
 		return line([[src.x, src.y], [dst.x, dst.y]]); }
 }
 
-var RANK_SEPARATION = 30;
+var RANK_SEPARATION = 50;
 /**
  * Display the sample nodes.
  */
-- 
GitLab