Salome HOME
0020321: EDF : Some windows do not appear depending on the platform (MinimumSizeHint())
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_CreatePatternDlg.cxx
index ef7f198ee9966f23ef4d9b82eb4e8875173d3c39..e50b7048ca01c56b79aba75afbdbb4dd81f19ed4 100755 (executable)
@@ -291,7 +291,7 @@ void SMESHGUI_CreatePatternDlg::Init( const int theType )
 
   QApplication::instance()->processEvents();
   updateGeometry();
-  resize( minimumSize() );
+  resize(100,100);
 
   activateSelection();
   onSelectionDone();