Index: printing/print_job_constants.cc |
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc |
index fa99f25f240ee9ea3cefa890e3c831fd87eb9a0c..3efb488044e9a9b1334085f88401a059ab2aa7ba 100644 |
--- a/printing/print_job_constants.cc |
+++ b/printing/print_job_constants.cc |
@@ -68,9 +68,9 @@ const int kSettingHeaderFooterFontSize = 8; |
// Number of horizontal regions for headers and footers. |
const float kSettingHeaderFooterHorizontalRegions = 3; |
-// Interstice or gap between different header footer components. |
-// Hardcoded to 0.25cm = 1/10" = 7.2points. |
-const float kSettingHeaderFooterInterstice = 7.2f; |
+// Interstice or gap between different header footer components. Hardcoded to |
+// about 0.5cm, match the value in PrintSettings::SetPrinterPrintableArea. |
+const float kSettingHeaderFooterInterstice = 14.2f; |
Lei Zhang
2011/10/07 00:22:10
Shouldn't this be 14.4?
vandebo (ex-Chrome)
2011/10/07 00:29:50
Nope: http://www.google.com/search?q=.5cm+in+point
|
// Key that specifies the date of the page that will be printed in the headers |
// and footers. |