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 );