Adjust text spacing a bit more so 6.0 boards are more likely to pass DRC.

This commit is contained in:
Jeff Young 2022-03-30 15:49:59 +01:00
parent 7c21a0bdd4
commit 659e61355c
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ void FONT::getLinePositions( const wxString& aText, const VECTOR2I& aPosition,
aExtents.push_back( bBox );
if( i == 0 )
height += ( aAttrs.m_Size.y * 1.21 ); // 1.21 is a fudge to match 6.0 positioning
height += ( aAttrs.m_Size.y * 1.17 ); // 1.17 is a fudge to match 6.0 positioning
else
height += interline;
}