From: rnv Date: Tue, 21 Apr 2015 10:03:52 +0000 (+0300) Subject: Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes... X-Git-Tag: V7_6_0rc1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9e1044faa40b897e3e92ebee12e5450d1b0e8a9e;p=plugins%2Fhybridplugin.git Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes' issue. --- 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 );