Salome HOME
0020321: EDF : Some windows do not appear depending on the platform (MinimumSizeHint())
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshPatternDlg.cxx
index 8456928f772b1cd96094c5d28c172ea1186fbcc9..820b2ec91e8b08caa1c2f7704082165ae8f63ace 100755 (executable)
@@ -397,7 +397,7 @@ void SMESHGUI_MeshPatternDlg::Init()
 
   updateGeometry();
 
-  resize(minimumSize());
+  resize(100,100);
 
   activateSelection();
   onSelectionDone();