Adjusted pin line A spacing in pinout widgets

This commit is contained in:
Nav
2025-02-19 23:18:02 +00:00
parent e95dcf4581
commit 524b1e3e91
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ namespace Widgets::PinoutWidgets
static constexpr int MAX_PACKAGE_HEIGHT = 88; static constexpr int MAX_PACKAGE_HEIGHT = 88;
static constexpr int MIN_PACKAGE_HEIGHT = 65; static constexpr int MIN_PACKAGE_HEIGHT = 65;
static constexpr int PIN_MARGIN = 2; 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 PIN_LINE_MARGIN = 5;
static constexpr int MIN_LINE_A_LENGTH = 10; static constexpr int MIN_LINE_A_LENGTH = 10;
static constexpr int P1_INDICATOR_DIAMETER = 12; static constexpr int P1_INDICATOR_DIAMETER = 12;

View File

@@ -32,7 +32,7 @@ namespace Widgets::PinoutWidgets
public: public:
static constexpr int PACKAGE_PADDING = 15; static constexpr int PACKAGE_PADDING = 15;
static constexpr int PIN_MARGIN = 2; 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 PIN_LINE_MARGIN = 5;
static constexpr int MIN_LINE_A_LENGTH = 10; static constexpr int MIN_LINE_A_LENGTH = 10;
static constexpr int P1_INDICATOR_DIAMETER = 12; static constexpr int P1_INDICATOR_DIAMETER = 12;