From e0648247f8f9c163668efda97976ccf23b38f002 Mon Sep 17 00:00:00 2001 From: Benjamin Renard <benjamin.renard@akka.eu> Date: Wed, 6 Sep 2017 08:00:42 +0200 Subject: [PATCH] Set decimal precision to 20 for a float field in plot module --- js/app/views/PlotComponents/PlotStandardForm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app/views/PlotComponents/PlotStandardForm.js b/js/app/views/PlotComponents/PlotStandardForm.js index adbbcc3..03c3882 100644 --- a/js/app/views/PlotComponents/PlotStandardForm.js +++ b/js/app/views/PlotComponents/PlotStandardForm.js @@ -67,7 +67,7 @@ Ext.define('amdaPlotComp.PlotStandardForm', { xtype: 'numberfield', name: name, fieldLabel: label, - decimalPrecision : 3, + decimalPrecision : 20, minValue : min, maxValue : max, allowBlank : allowBlank, @@ -368,4 +368,4 @@ Ext.define('amdaPlotComp.PlotStandardForm', { Ext.apply (this , Ext.apply (arguments, myConf)); } -}); \ No newline at end of file +}); -- libgit2 0.21.2