From 671e3dd51b9b89687f6099e27030c391e5ea6c48 Mon Sep 17 00:00:00 2001 From: Nav Date: Fri, 17 Sep 2021 21:49:37 +0100 Subject: [PATCH] Graphic tweaks to QFP target package widget --- .../Widgets/TargetWidgets/QFP/BodyWidget.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/BodyWidget.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/BodyWidget.cpp index b6d7109f..cee8960e 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/BodyWidget.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/BodyWidget.cpp @@ -41,9 +41,9 @@ void BodyWidget::drawWidget(QPainter& painter) { painter.setBrush(backgroundColor); painter.drawEllipse(QRectF( - targetBodyPoint.x() + 10, - targetBodyPoint.y() + 10, - 15, - 15 + targetBodyPoint.x() + 13, + targetBodyPoint.y() + 13, + 20, + 20 )); }