Salome HOME
Comments of the code.
[modules/shaper.git] / src / ModuleBase / ModuleBase_ParamSpinBox.h
index b150930877692a8cc05d43f3a3430432bc516d0f..7d14e951136d1f4cc6065fd650adc5adba00ec82 100644 (file)
@@ -15,7 +15,7 @@ class MODULEBASE_EXPORT ModuleBase_ParamSpinBox : public ModuleBase_DoubleSpinBo
   enum State { Invalid = 0, NoVariable, Incompatible, Acceptable };
 
 public:
-  explicit ModuleBase_ParamSpinBox( QWidget* theParent = 0, int thePrecision = 15 );
+  explicit ModuleBase_ParamSpinBox( QWidget* theParent = 0, int thePrecision = -12 );
   virtual ~ModuleBase_ParamSpinBox();
 
   virtual void stepBy(int);