fix minor issue a page layout in GOST mode

This commit is contained in:
Alexander Zakamaldin 2012-03-29 08:47:29 +04:00 committed by Andrey Fedorushkov
parent 4882d5459a
commit 57ede4aff4
1 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,12 @@
#define TEXT_VTAB_HEIGHT (SIZETEXT * 2)
#if defined(KICAD_GOST)
#define STAMP_OX Mm2mils( 185 )
// There is a page layout minor issue in GOST mode.
// This is the rounding-off error of 1 mil exactly.
// I hope this problem will go away when we will go
// to nanometers (zaka62).
#define STAMP_OX Mm2mils( 185 ) + 1
#define STAMP_OY Mm2mils( 55 )
#define STAMP_Y_0 0