From 067e5f9d107ed04e98641abff4a4ec485cf56f1b Mon Sep 17 00:00:00 2001 From: nge Date: Mon, 12 Oct 2009 15:43:36 +0000 Subject: [PATCH] Fix Mirror Dialog not appearing on recent native Qt4 systems --- src/TransformationGUI/TransformationGUI_MirrorDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } //================================================================================= -- 2.39.2