[Commits] r2076 - sandbox/mapgears/geoext.ux/ux/WMSBrowser/examples

commits at geoext.org commits at geoext.org
Wed Apr 7 21:08:01 CEST 2010


Author: adube
Date: 2010-04-07 21:08:01 +0200 (Wed, 07 Apr 2010)
New Revision: 2076

Modified:
   sandbox/mapgears/geoext.ux/ux/WMSBrowser/examples/WMSBrowserExample.js
   sandbox/mapgears/geoext.ux/ux/WMSBrowser/examples/WMSBrowserInWindowExample.js
Log:
wmsbrowser - examples small fix

Modified: sandbox/mapgears/geoext.ux/ux/WMSBrowser/examples/WMSBrowserExample.js
===================================================================
--- sandbox/mapgears/geoext.ux/ux/WMSBrowser/examples/WMSBrowserExample.js	2010-04-07 19:02:53 UTC (rev 2075)
+++ sandbox/mapgears/geoext.ux/ux/WMSBrowser/examples/WMSBrowserExample.js	2010-04-07 19:08:01 UTC (rev 2076)
@@ -19,7 +19,7 @@
         title: OpenLayers.i18n("WMSBrowser"),
         region: "east",
         width: 500,
-        gridPanelOptions: {'height': 210},
+        gridPanelOptions: {'height': 250},
         allowInvalidUrl: true,
         // comment the below line to have a 'textfield' instead of a 'combobox'
         serverStore: oServerStore,

Modified: sandbox/mapgears/geoext.ux/ux/WMSBrowser/examples/WMSBrowserInWindowExample.js
===================================================================
--- sandbox/mapgears/geoext.ux/ux/WMSBrowser/examples/WMSBrowserInWindowExample.js	2010-04-07 19:02:53 UTC (rev 2075)
+++ sandbox/mapgears/geoext.ux/ux/WMSBrowser/examples/WMSBrowserInWindowExample.js	2010-04-07 19:08:01 UTC (rev 2076)
@@ -64,7 +64,7 @@
         WMSBrowser = new GeoExt.ux.WMSBrowser({
             border: false,
             region: "east",
-            gridPanelOptions: {'height': 260},
+            gridPanelOptions: {'height': 300},
             zoomOnLayerAdded: false,
             closeOnLayerAdded: true,
             allowInvalidUrl: true,



More information about the Commits mailing list