From 5db465df99178428ea62b415b536559e5aa3ba07 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 7 Sep 2016 17:35:38 +0300 Subject: [PATCH] Issue #1736: Set step of deviation --- src/XGUI/XGUI_DeflectionDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/XGUI/XGUI_DeflectionDialog.cpp b/src/XGUI/XGUI_DeflectionDialog.cpp index 158fdab99..4ce9dcfd6 100755 --- a/src/XGUI/XGUI_DeflectionDialog.cpp +++ b/src/XGUI/XGUI_DeflectionDialog.cpp @@ -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); -- 2.30.2