Libedit: conform default pin offset to KLC

Move default defines to standard location

Fixes https://gitlab.com/kicad/code/kicad/issues/5373
This commit is contained in:
Seth Hillbrand 2020-08-26 10:29:44 -07:00
parent 050bbcdb4f
commit 731f247eb3
2 changed files with 4 additions and 4 deletions

View File

@ -63,4 +63,7 @@
///< The default text size in mils. (can be changed in preference menu)
#define DEFAULT_TEXT_SIZE 50
#endif
///< The offset of the pin name string from the end of the pin in mils.
#define DEFAULT_PIN_NAME_OFFSET 20
#endif

View File

@ -34,9 +34,6 @@ class SCH_COMPONENT;
#include <pin_type.h>
#include <class_libentry.h>
/// 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 )