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:
parent
050bbcdb4f
commit
731f247eb3
|
@ -63,4 +63,7 @@
|
||||||
///< The default text size in mils. (can be changed in preference menu)
|
///< The default text size in mils. (can be changed in preference menu)
|
||||||
#define DEFAULT_TEXT_SIZE 50
|
#define DEFAULT_TEXT_SIZE 50
|
||||||
|
|
||||||
|
///< The offset of the pin name string from the end of the pin in mils.
|
||||||
|
#define DEFAULT_PIN_NAME_OFFSET 20
|
||||||
|
|
||||||
#endif
|
#endif
|
|
@ -34,9 +34,6 @@ class SCH_COMPONENT;
|
||||||
#include <pin_type.h>
|
#include <pin_type.h>
|
||||||
#include <class_libentry.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:
|
// Circle diameter drawn at the active end of pins:
|
||||||
#define TARGET_PIN_RADIUS Mils2iu( 15 )
|
#define TARGET_PIN_RADIUS Mils2iu( 15 )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue