Corrected QFP body widget spacing

This commit is contained in:
Nav
2021-11-30 23:59:04 +00:00
parent b4cbe92b04
commit 5716e6f306

View File

@@ -23,8 +23,8 @@ void BodyWidget::drawWidget(QPainter& painter) {
painter.setBrush(targetBodyColor);
const auto containerSize = this->size();
const auto targetBodyWidth = containerSize.width() - 12;
const auto targetBodyHeight = containerSize.height() - 12;
const auto targetBodyWidth = containerSize.width() - 8;
const auto targetBodyHeight = containerSize.height() - 8;
auto targetBodyPoint = QPoint(
(containerSize.width() / 2) - (targetBodyWidth / 2),