[Commits] r2876 - sandbox/mapgears/geoext.ux/ux/ZoomTo/lib/GeoExt.ux/widgets

commits at geoext.org commits at geoext.org
Mon Feb 6 15:15:50 CET 2012


Author: adube
Date: 2012-02-06 15:15:50 +0100 (Mon, 06 Feb 2012)
New Revision: 2876

Modified:
   sandbox/mapgears/geoext.ux/ux/ZoomTo/lib/GeoExt.ux/widgets/ZoomTo.js
Log:
ZoomTo, projection list put first (was last)

Modified: sandbox/mapgears/geoext.ux/ux/ZoomTo/lib/GeoExt.ux/widgets/ZoomTo.js
===================================================================
--- sandbox/mapgears/geoext.ux/ux/ZoomTo/lib/GeoExt.ux/widgets/ZoomTo.js	2012-02-06 14:02:37 UTC (rev 2875)
+++ sandbox/mapgears/geoext.ux/ux/ZoomTo/lib/GeoExt.ux/widgets/ZoomTo.js	2012-02-06 14:15:50 UTC (rev 2876)
@@ -211,12 +211,6 @@
             labelAlign: 'top',
             bodyStyle:'padding:5px 5px 0',
             items: [{
-                    fieldLabel: this.xCoordinateText,
-                    name: 'coordx'
-                },{
-                    fieldLabel: this.yCoordinateText,
-                    name: 'coordy' 
-                },{
                     fieldLabel: this.projectionText,
                     name: 'projection',
                     value: defaultProj,
@@ -235,6 +229,12 @@
                         "select": this.onProjectionSelect,
                         scope: this
                     }
+                },{
+                    fieldLabel: this.xCoordinateText,
+                    name: 'coordx'
+                },{
+                    fieldLabel: this.yCoordinateText,
+                    name: 'coordy' 
                 }
             ]
         });



More information about the Commits mailing list