[Sciviews-commits] r391 - komodo/SciViews-K-dev/content/js

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 16 17:11:15 CEST 2011


Author: prezez
Date: 2011-08-16 17:11:15 +0200 (Tue, 16 Aug 2011)
New Revision: 391

Modified:
   komodo/SciViews-K-dev/content/js/commands.js
Log:
commands.js: resizable package manager window

Modified: komodo/SciViews-K-dev/content/js/commands.js
===================================================================
--- komodo/SciViews-K-dev/content/js/commands.js	2011-08-16 15:06:02 UTC (rev 390)
+++ komodo/SciViews-K-dev/content/js/commands.js	2011-08-16 15:11:15 UTC (rev 391)
@@ -207,7 +207,7 @@
 this.openPkgManager = function () {
 	var win = _getWindowRef("chrome://sciviewsk/content/pkgman/pkgman.xul",
 		"RPkgMgr", "chrome=yes,dependent" +
-		"scrollbars=yes,status=no,close,dialog=no", true, sv);
+		"scrollbars=yes,status=no,close,dialog=no,resizable", true, sv);
 	return(win);
 }
 



More information about the Sciviews-commits mailing list