Larger font for the ruler tool
Fixes: lp:1672040 * https://bugs.launchpad.net/kicad/+bug/1672040
This commit is contained in:
parent
84ab71f8ec
commit
6bd700c5dc
|
@ -252,12 +252,12 @@ void RULER_ITEM::ViewDraw( int aLayer, KIGFX::VIEW* aView ) const
|
||||||
VECTOR2D rulerVec( end - origin );
|
VECTOR2D rulerVec( end - origin );
|
||||||
|
|
||||||
// constant text size on screen
|
// constant text size on screen
|
||||||
SetConstantGlyphHeight( gal, 12.0 );
|
SetConstantGlyphHeight( gal, 14.0 );
|
||||||
|
|
||||||
drawCursorStrings( aView, end, rulerVec );
|
drawCursorStrings( aView, end, rulerVec );
|
||||||
|
|
||||||
// tick label size
|
// tick label size
|
||||||
SetConstantGlyphHeight( gal, 10.0 );
|
SetConstantGlyphHeight( gal, 12.0 );
|
||||||
|
|
||||||
// basic tick size
|
// basic tick size
|
||||||
const double minorTickLen = 5.0 / gal.GetWorldScale();
|
const double minorTickLen = 5.0 / gal.GetWorldScale();
|
||||||
|
|
Loading…
Reference in New Issue