From 9e1044faa40b897e3e92ebee12e5450d1b0e8a9e Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 21 Apr 2015 13:03:52 +0300 Subject: [PATCH] Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes' issue. --- src/GUI/HYBRIDPluginGUI_HypothesisCreator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/HYBRIDPluginGUI_HypothesisCreator.cxx b/src/GUI/HYBRIDPluginGUI_HypothesisCreator.cxx index 0317401..072659b 100644 --- a/src/GUI/HYBRIDPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/HYBRIDPluginGUI_HypothesisCreator.cxx @@ -539,7 +539,7 @@ QFrame* HYBRIDPluginGUI_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("HYBRID_ENF_SELECT_VERTEX"), "QLineEdit { color: grey }"); QLabel* myXCoordLabel = new QLabel( tr( "HYBRID_ENF_VER_X_LABEL" ), myEnfGroup ); -- 2.39.2