Give intersheet refs a bit more breathing room.

This commit is contained in:
Jeff Young 2021-10-01 10:24:42 +01:00
parent e96108d3c8
commit 5d579d14c1
1 changed files with 1 additions and 1 deletions

View File

@ -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;