Graphic tweaks to QFP target package widget
This commit is contained in:
@@ -41,9 +41,9 @@ void BodyWidget::drawWidget(QPainter& painter) {
|
|||||||
|
|
||||||
painter.setBrush(backgroundColor);
|
painter.setBrush(backgroundColor);
|
||||||
painter.drawEllipse(QRectF(
|
painter.drawEllipse(QRectF(
|
||||||
targetBodyPoint.x() + 10,
|
targetBodyPoint.x() + 13,
|
||||||
targetBodyPoint.y() + 10,
|
targetBodyPoint.y() + 13,
|
||||||
15,
|
20,
|
||||||
15
|
20
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user