From 7ca9327dc5dbf35f1083288b38b85c1a28fe863f Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 15 Dec 2021 22:08:38 +0000 Subject: [PATCH] Increased minimum width for the Insight window --- src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index 1252ad14..3f12eb40 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -440,7 +440,7 @@ void InsightWindow::selectVariant(const TargetVariant* variant) { } this->setMinimumSize( - this->targetPackageWidget->width() + 400, + this->targetPackageWidget->width() + 800, this->targetPackageWidget->height() + 150 );