From: adam Date: Thu, 22 Jul 2010 13:42:04 +0000 (+0000) Subject: Authorize smaller value for growth rate in GUI X-Git-Tag: end_translate_resources_09Jul10~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bb1f5ab1e0c1e0a2e91076c73294ba72581d83b2;p=plugins%2Fnetgenplugin.git Authorize smaller value for growth rate in GUI --- diff --git a/src/GUI/NETGENPluginGUI_HypothesisCreator.cxx b/src/GUI/NETGENPluginGUI_HypothesisCreator.cxx index 930a5d3..5b530c6 100644 --- a/src/GUI/NETGENPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/NETGENPluginGUI_HypothesisCreator.cxx @@ -165,7 +165,7 @@ QFrame* NETGENPluginGUI_HypothesisCreator::buildFrame() aGroupLayout->addWidget( new QLabel( tr( "NETGEN_GROWTH_RATE" ), GroupC1 ), row, 0 ); myGrowthRate = new SMESHGUI_SpinBox( GroupC1 ); - myGrowthRate->RangeStepAndValidator( .1, 10., .1, "parametric_precision" ); + myGrowthRate->RangeStepAndValidator( .0001, 10., .1, "parametric_precision" ); aGroupLayout->addWidget( myGrowthRate, row, 1 ); row++;