diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/DIP/DualInlinePackageWidget.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/DIP/DualInlinePackageWidget.cpp index 74a190e7..ed1b12a2 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/DIP/DualInlinePackageWidget.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/DIP/DualInlinePackageWidget.cpp @@ -69,8 +69,8 @@ DualInlinePackageWidget::DualInlinePackageWidget( auto insightWindowWidget = this->window(); assert(insightWindowWidget != nullptr); - insightWindowWidget->setMinimumHeight(500); - insightWindowWidget->setMinimumWidth(1000); + insightWindowWidget->setMinimumHeight(540); + insightWindowWidget->setMinimumWidth(1100); } void DualInlinePackageWidget::paintEvent(QPaintEvent* event) { diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/QuadFlatPackageWidget.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/QuadFlatPackageWidget.cpp index 520306e3..5d4e72e3 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/QuadFlatPackageWidget.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/QuadFlatPackageWidget.cpp @@ -104,7 +104,7 @@ QuadFlatPackageWidget::QuadFlatPackageWidget( std::max( 1000, static_cast(((PinWidget::MAXIMUM_VERTICAL_WIDTH + PinWidget::PIN_WIDGET_SPACING) * pinCountPerLayout) - + (PinWidget::MAXIMUM_VERTICAL_WIDTH * 2)) + 600 + + (PinWidget::MAXIMUM_VERTICAL_WIDTH * 2)) + 760 ) ); }