aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/UserDialog.js')
-rw-r--r--web/app/view/UserDialog.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js
index 32acd950c..783ddd159 100644
--- a/web/app/view/UserDialog.js
+++ b/web/app/view/UserDialog.js
@@ -73,11 +73,13 @@ Ext.define('Traccar.view.UserDialog', {
}, {
xtype: 'numberfield',
name: 'latitude',
- fieldLabel: Strings.positionLatitude
+ fieldLabel: Strings.positionLatitude,
+ decimalPrecision: Traccar.Style.coordinatePrecision
}, {
xtype: 'numberfield',
name: 'longitude',
- fieldLabel: Strings.positionLongitude
+ fieldLabel: Strings.positionLongitude,
+ decimalPrecision: Traccar.Style.coordinatePrecision
}, {
xtype: 'numberfield',
name: 'zoom',