Salome HOME
0020321: EDF : Some windows do not appear depending on the platform (MinimumSizeHint())
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SewingDlg.cxx
index 1017b19e98d54e2370136b870d5db8c495260948..b42b97e50142e8771d2d425ec16c2eb73f637808 100644 (file)
@@ -439,7 +439,7 @@ void SMESHGUI_SewingDlg::ConstructorsClicked (int constructorId)
 
   QApplication::instance()->processEvents();
   updateGeometry();
-  resize( minimumSize() );
+  resize(100,100);
 }
 
 //=================================================================================