[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 23 Feb 2004 21:10:06 -0000


albertel		Mon Feb 23 16:10:06 2004 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - window seemed small
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.183 loncom/interface/loncommon.pm:1.184
--- loncom/interface/loncommon.pm:1.183	Fri Feb 20 12:13:04 2004
+++ loncom/interface/loncommon.pm	Mon Feb 23 16:10:06 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.183 2004/02/20 17:13:04 matthew Exp $
+# $Id: loncommon.pm,v 1.184 2004/02/23 21:10:06 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -631,8 +631,8 @@
 	$ENV{'environment.remote'} eq 'off' ) {
 	$stayOnPage=1;
     }
-    $width = 350 if (not defined $width);
-    $height = 400 if (not defined $height);
+    $width = 600 if (not defined $width);
+    $height = 600 if (not defined $height);
 
     $topic=~s/\W+/\+/g;
     my $link='';