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 = {};