Salome HOME
Authorize smaller value for growth rate in GUI
authoradam <adam>
Thu, 22 Jul 2010 13:42:04 +0000 (13:42 +0000)
committeradam <adam>
Thu, 22 Jul 2010 13:42:04 +0000 (13:42 +0000)
src/GUI/NETGENPluginGUI_HypothesisCreator.cxx

index 930a5d309a62ac4bbd261420fc53d39b42a3315d..5b530c6bb881500c7e4458e42862c0c1f5e7c9f8 100644 (file)
@@ -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++;