[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Tue, 18 Sep 2007 23:29:40 -0000


albertel		Tue Sep 18 19:29:40 2007 EDT

  Modified files:              
    /loncom/xml	lonplot.pm 
  Log:
  - BUG#5423 - set default line width to 1
  
  
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.129 loncom/xml/lonplot.pm:1.130
--- loncom/xml/lonplot.pm:1.129	Tue Aug 28 19:48:39 2007
+++ loncom/xml/lonplot.pm	Tue Sep 18 19:29:39 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Dynamic plot
 #
-# $Id: lonplot.pm,v 1.129 2007/08/28 23:48:39 albertel Exp $
+# $Id: lonplot.pm,v 1.130 2007/09/18 23:29:39 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -501,7 +501,7 @@
 	 choices     => [keys(%linestyles)]
 	 },
      linewidth => {
-         default     => 2,
+         default     => 1,
          test        => $int_test,
          description => 'Line width (may not apply to all line styles)',
          edit_type   => 'choice',