From 7ce6d9fcba4c423e1cb11e2c34ee96ca05a4bedc Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 21 Apr 2015 12:59:27 +0300 Subject: [PATCH] Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes' issue. --- src/GUI/HexoticPluginGUI_HypothesisCreator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2