This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit b96ed25d11d9ace4896a4df64309c26ce849c4f2 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 13 11:23:41 2016 +0100 make question hierarchy graph popup bigger --- coselmar-ui/src/main/webapp/js/d3-2waytree-graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/js/d3-2waytree-graph.js b/coselmar-ui/src/main/webapp/js/d3-2waytree-graph.js index ea2d66b..93008fc 100644 --- a/coselmar-ui/src/main/webapp/js/d3-2waytree-graph.js +++ b/coselmar-ui/src/main/webapp/js/d3-2waytree-graph.js @@ -5,7 +5,7 @@ var CollapsibleTree = function(elt) { var m = [20, 120, 20, 120], w = 1280 - m[1] - m[3], - h = 580 - m[0] - m[2], + h = 980 - m[0] - m[2], i = 0, root, root2; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.