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 )); }