From 523d5d8801517bd2c3eff2801b3cfc3eff415218 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 8 Oct 2015 18:07:19 +0300 Subject: [PATCH] Fix for the '22047: Automatic Tetrahedralization - field Length is shown not from beginning of the number' issue. --- src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx index c2ffde107..ea722142c 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx @@ -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" ) { -- 2.30.2