From: rnv Date: Tue, 21 Apr 2015 09:59:27 +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=7ce6d9fcba4c423e1cb11e2c34ee96ca05a4bedc;p=plugins%2Fhexoticplugin.git Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes' issue. --- diff --git a/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx b/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx index dd036d7..3c212e2 100644 --- a/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx @@ -222,7 +222,7 @@ QFrame* HexoticPluginGUI_HypothesisCreator::buildFrame() SMESH_NumberFilter* aFilter = new SMESH_NumberFilter("GEOM", TopAbs_SHAPE, 0, SM_ShapeTypes); // Selection widget - myGeomSelWdg = new StdMeshersGUI_ObjectReferenceParamWdg( aFilter, mySmpWidget, /*multiSel=*/false,/*stretch=*/false); + myGeomSelWdg = new StdMeshersGUI_ObjectReferenceParamWdg( aFilter, mySmpWidget, /*multiSel=*/false); myGeomSelWdg->SetDefaultText(tr("Hexotic_SEL_SHAPE"), "QLineEdit { color: grey }"); mySmpWidget->gridLayout->addWidget(myGeomSelWdg, 0, 1);