X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_DoubleSpinBox.h;h=87cbe6e84e665075d2fe425b3cafbd8834b9a4af;hb=b263f22d52ccb191c4fad8f7455d9714a3024514;hp=7b910797ed42008adc62d9f1b68f4fb3d43975c1;hpb=bbfe377e577d7e0750810846eaf29e1641505cd3;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_DoubleSpinBox.h b/src/ModuleBase/ModuleBase_DoubleSpinBox.h index 7b910797e..87cbe6e84 100644 --- a/src/ModuleBase/ModuleBase_DoubleSpinBox.h +++ b/src/ModuleBase/ModuleBase_DoubleSpinBox.h @@ -14,14 +14,14 @@ /** * \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 = 15 ); + explicit ModuleBase_DoubleSpinBox( QWidget* theParent = 0, int thePrecision = -12 ); virtual ~ModuleBase_DoubleSpinBox(); /// Returns true if the control is clear