Made DIP and QFP package widgets look nicer with the new panels
This commit is contained in:
@@ -77,6 +77,8 @@ DualInlinePackageWidget::DualInlinePackageWidget(
|
||||
this->topPinLayout->setContentsMargins(23, 0, 23, 0);
|
||||
this->bottomPinLayout->setContentsMargins( 23, 0, 23, 0);
|
||||
|
||||
this->setFixedSize(width, height);
|
||||
|
||||
this->setGeometry(
|
||||
(parent->width() / 2) - (width / 2),
|
||||
(parent->height() / 2) - (height / 2),
|
||||
|
||||
Reference in New Issue
Block a user