summaryrefslogtreecommitdiffstats
path: root/printing/print_job_constants.cc
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-07 06:12:40 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-07 06:12:40 +0000
commit06bd186663697846e43c040f249f3f1109c1445e (patch)
treee60dc94d7ef79475e62ea8bdc7220c614028e7fb /printing/print_job_constants.cc
parent83deae27106077366e8ae894798dd440e514d809 (diff)
downloadchromium_src-06bd186663697846e43c040f249f3f1109c1445e.zip
chromium_src-06bd186663697846e43c040f249f3f1109c1445e.tar.gz
chromium_src-06bd186663697846e43c040f249f3f1109c1445e.tar.bz2
Patch up excessive margins until we can get the real fix plumbed through.
BUG=92000 TEST=NONE Review URL: http://codereview.chromium.org/8173016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/print_job_constants.cc')
-rw-r--r--printing/print_job_constants.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/printing/print_job_constants.cc b/printing/print_job_constants.cc
index fa99f25..3efb488 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;
// Key that specifies the date of the page that will be printed in the headers
// and footers.