Author: michiel
Date: 2009-11-16 18:42:51 +0100 (Mon, 16 Nov 2009)
New Revision: 39726

Modified:
   mmbase/trunk/base-webapp/src/main/webapp/mmbase/components/core/model.svg.jsp
Log:
this gives nicer results with bigger models

Modified: 
mmbase/trunk/base-webapp/src/main/webapp/mmbase/components/core/model.svg.jsp
===================================================================
--- 
mmbase/trunk/base-webapp/src/main/webapp/mmbase/components/core/model.svg.jsp   
    2009-11-16 17:28:59 UTC (rev 39725)
+++ 
mmbase/trunk/base-webapp/src/main/webapp/mmbase/components/core/model.svg.jsp   
    2009-11-16 17:42:51 UTC (rev 39726)
@@ -9,9 +9,10 @@
 <mm:cloud jspvar="cloud">
 
 Digraph "MMBase<%= nodemanager == null ? "" : " " + nodemanager %>" {
-       edge [fontsize=8.0];
-       node [fontsize=14.0];
-       nodesep=1;
+  edge [fontsize=8.0];
+  node [fontsize=14.0];
+  nodesep=1;
+  rankdir=LR;
 
   <%
       Set<String> set = new HashSet<String>();

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to