Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv21765/src/freenet

Modified Files:
        OpenConnectionManager.java 
Log Message:
Better aspect ratio on the Rouing graphs

Index: OpenConnectionManager.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/OpenConnectionManager.java,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -w -r1.156 -r1.157
--- OpenConnectionManager.java  30 Oct 2003 13:16:12 -0000      1.156
+++ OpenConnectionManager.java  30 Oct 2003 13:22:56 -0000      1.157
@@ -2074,7 +2074,7 @@
                                        graph = "pDNF";
                                else
                                        graph = "all";
-                               rtGraphString = "<TD COLSPAN = 2 ROWSPAN 
="+rtGraphRowSpan+"><IMG height = 180 width=300 
SRC='"+req.getRequestURI()+"/"+graph+"?identity="+((DSAIdentity)idGraph).getYAsHexString()+"'></IMG></TD>";
+                               rtGraphString = "<TD COLSPAN = 2 ROWSPAN 
="+rtGraphRowSpan+"><IMG height = 140 width=400 
SRC='"+req.getRequestURI()+"/"+graph+"?identity="+((DSAIdentity)idGraph).getYAsHexString()+"'></IMG></TD>";
                        }else
                                rtGraphString = "";
                        
@@ -2181,7 +2181,7 @@
                        }
                                NGRoutingTable ngrt = (NGRoutingTable) rt;
                                
-                               int width = 300;
+                               int width = 400;
                                String pwidth = req.getParameter("width");
                                if (pwidth != null) {
                                        try {
@@ -2189,7 +2189,7 @@
                                        } catch (NumberFormatException ex) {}
                                }
 
-                               int height = 180;
+                               int height = 140;
                                String pheight = req.getParameter("height");
                                if (pheight != null) {
                                        try {

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to