[Commits] r552 - apps/opengeo/geoexplorer/trunk/lib
commits at geoext.org
commits at geoext.org
Thu Apr 30 20:10:10 CEST 2009
Author: sbenthall
Date: 2009-04-30 20:10:09 +0200 (Thu, 30 Apr 2009)
New Revision: 552
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
putting a width on the bookmark window
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-30 16:42:06 UTC (rev 551)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-30 18:10:09 UTC (rev 552)
@@ -870,7 +870,8 @@
fieldLabel: 'Permalink',
readOnly: true,
value: url
- }]
+ }],
+ width: 300
});
win.show();
More information about the Commits
mailing list