[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.js:1.11

Sidnei da Silva sidnei@x3ng.com.br
Thu, 16 Jan 2003 10:41:45 -0500


Update of /cvs-repository/Packages/Moztop/moztop/content
In directory cvs.zope.org:/tmp/cvs-serv7368

Modified Files:
	moztop.js 
Log Message:
made tabpanel use 100% of the height. html formating

=== Packages/Moztop/moztop/content/moztop.js 1.10 => 1.11 ===
--- Packages/Moztop/moztop/content/moztop.js:1.10	Thu Jan 16 09:51:51 2003
+++ Packages/Moztop/moztop/content/moztop.js	Thu Jan 16 10:41:12 2003
@@ -34,7 +34,7 @@
 /* Function to generate the 'About Moztop' Dialog. */
 function showAbout() {
     info = window.openDialog("chrome://moztop/content/About/dialog.xul",
-           "showmore", "chrome,width=400,height=300");
+           "showmore", "chrome,width=450,height=350");
 }
 
 /* Function to generate the 'About Moztop' Dialog. */