Authorize smaller value for growth rate in GUI
This commit is contained in:
parent
f4ddd5483d
commit
bb1f5ab1e0
@ -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++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user