Give intersheet refs a bit more breathing room.
This commit is contained in:
parent
e96108d3c8
commit
5d579d14c1
|
@ -1191,7 +1191,7 @@ void SCH_GLOBALLABEL::UpdateIntersheetRefProps()
|
|||
|
||||
void SCH_GLOBALLABEL::AutoplaceFields( SCH_SCREEN* aScreen, bool aManual )
|
||||
{
|
||||
int margin = GetTextOffset();
|
||||
int margin = GetTextOffset() * 2;
|
||||
int labelLen = GetBoundingBoxBase().GetSizeMax();
|
||||
int penOffset = GetPenWidth() / 2;
|
||||
|
||||
|
|
Loading…
Reference in New Issue