diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Dip/DipPinout.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Dip/DipPinout.hpp index a2b8162b..253475be 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Dip/DipPinout.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Dip/DipPinout.hpp @@ -30,7 +30,7 @@ namespace Widgets::PinoutWidgets static constexpr int MAX_PACKAGE_HEIGHT = 88; static constexpr int MIN_PACKAGE_HEIGHT = 65; static constexpr int PIN_MARGIN = 2; - static constexpr int PIN_LINE_A_SPACING = 15; + 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; diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Qfp/QfpPinout.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Qfp/QfpPinout.hpp index ada2746f..8be46e18 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Qfp/QfpPinout.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/Qfp/QfpPinout.hpp @@ -32,7 +32,7 @@ namespace Widgets::PinoutWidgets public: static constexpr int PACKAGE_PADDING = 15; static constexpr int PIN_MARGIN = 2; - static constexpr int PIN_LINE_A_SPACING = 15; + 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;