=== modified file 'include/worksheet.h'
--- include/worksheet.h	2012-03-26 21:45:05 +0000
+++ include/worksheet.h	2012-03-28 14:31:48 +0000
@@ -16,7 +16,17 @@
 #define TEXT_VTAB_HEIGHT (SIZETEXT * 2)
 
 #if defined(KICAD_GOST)
+
+// 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).
+#if 0
 #define STAMP_OX    Mm2mils( 185 )
+#else
+#define STAMP_OX    Mm2mils( 185 ) + 1
+#endif
+
 #define STAMP_OY    Mm2mils(  55 )
 
 #define STAMP_Y_0   0

