graph_displayer_canvas-edge.cc
changeset 167 30a7be486475
parent 157 7e6ad28aeb9e
child 174 95872af46fc4
     1.1 --- a/graph_displayer_canvas-edge.cc	Mon Oct 16 13:05:25 2006 +0000
     1.2 +++ b/graph_displayer_canvas-edge.cc	Thu Oct 19 07:49:40 2006 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #include "graph_displayer_canvas.h"
     1.5  #include <cmath>
     1.6  
     1.7 -const int minimum_edge_width=2;
     1.8 +const int minimum_edge_width=0;
     1.9  
    1.10  int GraphDisplayerCanvas::resetEdgeWidth (Edge edge)
    1.11  {