diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-07 06:12:40 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-07 06:12:40 +0000 |
commit | 06bd186663697846e43c040f249f3f1109c1445e (patch) | |
tree | e60dc94d7ef79475e62ea8bdc7220c614028e7fb /printing/print_job_constants.cc | |
parent | 83deae27106077366e8ae894798dd440e514d809 (diff) | |
download | chromium_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.cc | 6 |
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. |