[Commits] r1219 - apps/opengeo/geoexplorer/trunk/src/script/app
commits at geoext.org
commits at geoext.org
Sat Jul 4 02:40:36 CEST 2009
Author: tschaub
Date: 2009-07-04 02:40:36 +0200 (Sat, 04 Jul 2009)
New Revision: 1219
Modified:
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
Log:
IE likes layout: 'fit' on windows.
Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js 2009-07-04 00:28:06 UTC (rev 1218)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js 2009-07-04 00:40:36 UTC (rev 1219)
@@ -1337,14 +1337,15 @@
var tabs = new Ext.TabPanel({
activeTab: 0,
- width: 300,
- height: 300,
items: [mapInfo, appInfo]
});
var win = new Ext.Window({
title: "About this Map",
modal: true,
+ layout: "fit",
+ width: 300,
+ height: 300,
items: [tabs]
});
win.show();
More information about the Commits
mailing list