Salome HOME
Issue #1736: Set step of deviation
[modules/shaper.git] / src / XGUI / XGUI_DeflectionDialog.cpp
index 158fdab991d08493bf90bdc57014f09a0c60831c..4ce9dcfd6e895ffc22870df08d4cd986c94535b4 100755 (executable)
@@ -25,6 +25,7 @@ XGUI_DeflectionDialog::XGUI_DeflectionDialog(QWidget* theParent)
   myDeflection = new ModuleBase_DoubleSpinBox(this);
   myDeflection->setDecimals(12);
   myDeflection->setRange(0, 1);
+  myDeflection->setSingleStep(0.001);
   aLay->addWidget(new QLabel("Deviation", this), 0, 0);
   aLay->addWidget(myDeflection, 0, 1);