Salome HOME
Fix SketcherSetEqual.test_length_equality
[modules/shaper.git] / src / ModuleBase / ModuleBase_DoubleSpinBox.h
index 555cafc36fdeec085b8444ba80c27f7a384732e3..87cbe6e84e665075d2fe425b3cafbd8834b9a4af 100644 (file)
 
 /**
 * \ingroup GUI
-* An extension and customozation of QDoubleSpinBox class
+* An extension and customization of QDoubleSpinBox class
 */
 class MODULEBASE_EXPORT ModuleBase_DoubleSpinBox : public QDoubleSpinBox
 {
 Q_OBJECT
 
  public:
-  explicit ModuleBase_DoubleSpinBox(QWidget* theParent = 0, int thePrecision = 6);
+  explicit ModuleBase_DoubleSpinBox( QWidget* theParent = 0, int thePrecision = -12 );
   virtual ~ModuleBase_DoubleSpinBox();
 
   /// Returns true if the control is clear