Commit 57ede4af authored by Alexander Zakamaldin's avatar Alexander Zakamaldin Committed by Andrey Fedorushkov

fix minor issue a page layout in GOST mode

parent 4882d545
...@@ -16,7 +16,12 @@ ...@@ -16,7 +16,12 @@
#define TEXT_VTAB_HEIGHT (SIZETEXT * 2) #define TEXT_VTAB_HEIGHT (SIZETEXT * 2)
#if defined(KICAD_GOST) #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_OY Mm2mils( 55 )
#define STAMP_Y_0 0 #define STAMP_Y_0 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment