diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index 36a5ac8e..92020581 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -373,7 +373,7 @@ void InsightWindow::selectVariant(const TargetVariant* variant) { this->targetPackageWidget->height() + 450 ); - this->adjustSize(); + this->adjustPanels(); this->targetPackageWidget->show(); } }