From eab55939fbe362d1d63ca570fc030f14b6b80a1b Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 21 Apr 2015 12:50:51 +0300 Subject: [PATCH] Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes' issue. --- src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx index b21a152..79de292 100644 --- a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx @@ -477,7 +477,7 @@ QFrame* GHS3DPluginGUI_HypothesisCreator::buildFrame() shapeTypes.Add( TopAbs_COMPOUND ); SMESH_NumberFilter* vertexFilter = new SMESH_NumberFilter("GEOM", TopAbs_SHAPE, 1, shapeTypes); - myEnfVertexWdg = new StdMeshersGUI_ObjectReferenceParamWdg( vertexFilter, 0, /*multiSel=*/true, /*stretch=*/false); + myEnfVertexWdg = new StdMeshersGUI_ObjectReferenceParamWdg( vertexFilter, 0, /*multiSel=*/true); myEnfVertexWdg->SetDefaultText(tr("GHS3D_ENF_SELECT_VERTEX"), "QLineEdit { color: grey }"); QLabel* myXCoordLabel = new QLabel( tr( "GHS3D_ENF_VER_X_LABEL" ), myEnfGroup ); -- 2.39.2