Increased minimum width for the Insight window
This commit is contained in:
@@ -440,7 +440,7 @@ void InsightWindow::selectVariant(const TargetVariant* variant) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this->setMinimumSize(
|
this->setMinimumSize(
|
||||||
this->targetPackageWidget->width() + 400,
|
this->targetPackageWidget->width() + 800,
|
||||||
this->targetPackageWidget->height() + 150
|
this->targetPackageWidget->height() + 150
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user