[LON-CAPA-cvs] cvs: rat / lonwrapper.pm
raeburn
raeburn@source.lon-capa.org
Wed, 21 Oct 2009 23:47:11 -0000
raeburn Wed Oct 21 23:47:11 2009 EDT
Modified files:
/rat lonwrapper.pm
Log:
- Increase rows in top frame to eliminate scrolling to see inline menu icons.
Index: rat/lonwrapper.pm
diff -u rat/lonwrapper.pm:1.35 rat/lonwrapper.pm:1.36
--- rat/lonwrapper.pm:1.35 Wed Oct 21 23:29:10 2009
+++ rat/lonwrapper.pm Wed Oct 21 23:47:11 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Wrapper for external and binary files as standalone resources
#
-# $Id: lonwrapper.pm,v 1.35 2009/10/21 23:29:10 raeburn Exp $
+# $Id: lonwrapper.pm,v 1.36 2009/10/21 23:47:11 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -56,9 +56,9 @@
my %layout = ('border' => 0);
if ($env{'environment.remote'} eq 'off') {
if ($env{'environment.icons'} eq 'iconsonly') {
- $layout{'rows'} = "100,*";
+ $layout{'rows'} = "140,*";
} else {
- $layout{'rows'} = "200,*";
+ $layout{'rows'} = "220,*";
}
} else {
$layout{'rows'} = "1,*";