diff --git a/eeschema/default_values.h b/eeschema/default_values.h index f61d434cc9..7c087fb261 100644 --- a/eeschema/default_values.h +++ b/eeschema/default_values.h @@ -63,4 +63,7 @@ ///< The default text size in mils. (can be changed in preference menu) #define DEFAULT_TEXT_SIZE 50 -#endif \ No newline at end of file +///< The offset of the pin name string from the end of the pin in mils. +#define DEFAULT_PIN_NAME_OFFSET 20 + +#endif diff --git a/eeschema/lib_pin.h b/eeschema/lib_pin.h index ffbb9dea34..a8f070b952 100644 --- a/eeschema/lib_pin.h +++ b/eeschema/lib_pin.h @@ -34,9 +34,6 @@ class SCH_COMPONENT; #include #include -/// The offset of the pin name string from the end of the pin in mils. -#define DEFAULT_PIN_NAME_OFFSET 40 - // Circle diameter drawn at the active end of pins: #define TARGET_PIN_RADIUS Mils2iu( 15 )