Mercurial > lada > lada-client
changeset 802:3139b920dd0e
Increased decimalPrecision for LatLon
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 22 May 2015 13:15:37 +0200 |
parents | 646779690e20 |
children | 1e7095533038 |
files | app/view/form/Location.js |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/form/Location.js Fri May 22 12:34:14 2015 +0200 +++ b/app/view/form/Location.js Fri May 22 13:15:37 2015 +0200 @@ -88,12 +88,14 @@ xtype: 'numberfield', name: 'latitude', fieldLabel: 'Lat', + decimalPrecision: 5, width: 280, labelWidth: 80 }, { xtype: 'numberfield', name: 'longitude', fieldLabel: 'Lon', + decimalPrecision: 5, width: 280, labelWidth: 80 }, {