]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix Mirror Dialog not appearing on recent native Qt4 systems V5_1_3rc1
authornge <nge>
Mon, 12 Oct 2009 15:43:36 +0000 (15:43 +0000)
committernge <nge>
Mon, 12 Oct 2009 15:43:36 +0000 (15:43 +0000)
src/TransformationGUI/TransformationGUI_MirrorDlg.cxx

index 2e4b063103d369981ca4508929b860b53e3abd7c..bb37c2f91731de9ab81f33e14c4e9f8ff4f658eb 100644 (file)
@@ -139,7 +139,7 @@ void TransformationGUI_MirrorDlg::Init()
   initName(tr("GEOM_MIRROR"));
 
   ConstructorsClicked(0);
-  resize(0,0);
+  resize(minimumSizeHint());
 }
 
 //=================================================================================