Salome HOME
Fix for the '22047: Automatic Tetrahedralization - field Length is shown not from...
authorrnv <rnv@opencascade.com>
Thu, 8 Oct 2015 15:07:19 +0000 (18:07 +0300)
committerrnv <rnv@opencascade.com>
Thu, 8 Oct 2015 15:07:19 +0000 (18:07 +0300)
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" )
     {