Salome HOME
rnc: unset minimum size of generic hypothesis window in SMESH_GUI hypothesis, so...
authorgdd <gdd>
Wed, 16 Mar 2011 10:36:43 +0000 (10:36 +0000)
committergdd <gdd>
Wed, 16 Mar 2011 10:36:43 +0000 (10:36 +0000)
src/SMESHGUI/SMESHGUI_Hypotheses.cxx

index 6fd08d29b3cff49ecd4bf709503ba2b07293eb70..c97ed19b1963c95919e3a78015c2ea8e0acb4c02 100644 (file)
@@ -569,7 +569,7 @@ SMESHGUI_HypothesisDlg::SMESHGUI_HypothesisDlg( SMESHGUI_GenericHypothesisCreato
   myCreator( creator )
 {
   setAttribute(Qt::WA_DeleteOnClose, true);
-  setMinimumSize( 300, height() );
// setMinimumSize( 300, height() );
 //  setFixedSize( 300, height() );
   QVBoxLayout* topLayout = new QVBoxLayout( mainFrame() );
   topLayout->setMargin( 0 );