From e58230cbc944893efbbcf087aee929c160c5ed1d Mon Sep 17 00:00:00 2001 From: Nav Date: Thu, 18 Nov 2021 19:47:01 +0000 Subject: [PATCH] Reduced QFP widget size --- .../InsightWindow/Widgets/TargetWidgets/QFP/PinBodyWidget.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/PinBodyWidget.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/PinBodyWidget.hpp index d1f14be6..e074de7c 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/PinBodyWidget.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/QFP/PinBodyWidget.hpp @@ -15,8 +15,8 @@ namespace Bloom::Widgets::InsightTargetWidgets::Qfp Q_OBJECT public: - static const int WIDTH = 25; - static const int HEIGHT = 34; + static const int WIDTH = 19; + static const int HEIGHT = 28; PinBodyWidget(QWidget* parent, Targets::TargetPinDescriptor pinDescriptor, bool isVertical): TargetPinBodyWidget(parent, std::move(pinDescriptor)), isVertical(isVertical) {