From 00f473eddbd330a0ba2458199b8fed94da12c19e Mon Sep 17 00:00:00 2001 From: Nav Date: Fri, 21 Feb 2025 22:54:48 +0000 Subject: [PATCH] Styling tweak in pinout widgets --- .../InsightWindow/Widgets/PinoutWidgets/Dip/DipPinout.hpp | 4 ++-- .../InsightWindow/Widgets/PinoutWidgets/Qfp/QfpPinout.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Dip/DipPinout.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Dip/DipPinout.hpp index 253475be..51d0b454 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Dip/DipPinout.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Dip/DipPinout.hpp @@ -33,8 +33,8 @@ namespace Widgets::PinoutWidgets static constexpr int PIN_LINE_A_SPACING = 13; static constexpr int PIN_LINE_MARGIN = 5; static constexpr int MIN_LINE_A_LENGTH = 10; - static constexpr int P1_INDICATOR_DIAMETER = 12; - static constexpr int P1_INDICATOR_MARGIN = 8; + static constexpr int P1_INDICATOR_DIAMETER = 14; + static constexpr int P1_INDICATOR_MARGIN = 12; static constexpr int P1_EDGE_INDICATOR_DIAMETER = 18; QSize size = {}; diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Qfp/QfpPinout.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Qfp/QfpPinout.hpp index 8be46e18..8061b398 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Qfp/QfpPinout.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Qfp/QfpPinout.hpp @@ -35,8 +35,8 @@ namespace Widgets::PinoutWidgets static constexpr int PIN_LINE_A_SPACING = 13; static constexpr int PIN_LINE_MARGIN = 5; static constexpr int MIN_LINE_A_LENGTH = 10; - static constexpr int P1_INDICATOR_DIAMETER = 12; - static constexpr int P1_INDICATOR_MARGIN = 8; + static constexpr int P1_INDICATOR_DIAMETER = 14; + static constexpr int P1_INDICATOR_MARGIN = 12; QSize size = {};