From c5c3dfb07be9f4d2f53d11904c929af343adb020 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Sun, 25 Oct 2020 12:24:43 +0100 Subject: [PATCH] Mod Maximum Size of configureQET widget --- sources/qetapp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index 7793ae22d..f072950c2 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -1793,6 +1793,7 @@ void QETApp::configureQET() // associe le dialogue a un eventuel widget parent if (parent_widget) { cd.setParent(parent_widget, cd.windowFlags()); + cd.setMaximumSize(parent_widget->size()); } // display the dialog then avoid linking it to any parent widget