Increased minimum width for the Insight window

This commit is contained in:
Nav
2021-12-15 22:08:38 +00:00
parent cc427ed3d3
commit 7ca9327dc5

View File

@@ -440,7 +440,7 @@ void InsightWindow::selectVariant(const TargetVariant* variant) {
}
this->setMinimumSize(
this->targetPackageWidget->width() + 400,
this->targetPackageWidget->width() + 800,
this->targetPackageWidget->height() + 150
);