diff --git a/src/TransformationGUI/TransformationGUI_MirrorDlg.cxx b/src/TransformationGUI/TransformationGUI_MirrorDlg.cxx index 2e4b06310..bb37c2f91 100644 --- a/src/TransformationGUI/TransformationGUI_MirrorDlg.cxx +++ b/src/TransformationGUI/TransformationGUI_MirrorDlg.cxx @@ -139,7 +139,7 @@ void TransformationGUI_MirrorDlg::Init() initName(tr("GEOM_MIRROR")); ConstructorsClicked(0); - resize(0,0); + resize(minimumSizeHint()); } //=================================================================================