Adjusted pin line A spacing in pinout widgets
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user