Fix for the '22047: Automatic Tetrahedralization - field Length is shown not from beginning of the number' issue.

This commit is contained in:
rnv 2015-10-08 18:07:19 +03:00
parent b5f5fdd866
commit 523d5d8801

View File

@ -1349,6 +1349,7 @@ void StdMeshersGUI_StdHypothesisCreator::attuneStdWidget (QWidget* w, const int)
{
sb->RangeStepAndValidator( VALUE_SMALL, VALUE_MAX, 1.0, "length_precision" );
sb->setEnabled( !widget< QCheckBox >( 1 )->isChecked() );
sb->setMinimumWidth( 150 );
}
else if( hypType()=="MaxElementArea" )
{