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