Salome HOME
Fix for the '22047: Automatic Tetrahedralization - field Length is shown not from...
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_StdHypothesisCreator.cxx
index c2ffde107dec7b878fd6a55aa2352f4ca5566b7a..ea722142c8ebfff0881eb20bb03730226c3b14f9 100644 (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" )
     {