Enabling the specifying of the gap around the page and an offset from the edge of the page

Bug 102596 r=dcone sr=attinasi


git-svn-id: svn://10.0.0.236/trunk@109135 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
2001-11-28 15:07:56 +00:00
parent 30897f54b4
commit 1cd5365b6e
6 changed files with 54 additions and 0 deletions

View File

@@ -231,3 +231,12 @@ mime_type("mime.image_x_xpixmap", "image/x-xpixmap", "xpm", 2, "Unknown", "ttxt"
// Add mime type for SimpleText read only files
mime_type("mime.SimpleText_ReadOnly", "text/plain", "", 2, "SimpleText", "ttxt", "ttro");
// print_headerfooter_gap enables platforms to specify an extra "gap" in twips
// between the H/F and the edge of the paper,
// this is used by both Printing and Print Preview
pref("print.print_headerfooter_gap", 0); // twips
// print_extra_margin enables platforms to specify an extra gap or margin
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)

View File

@@ -201,3 +201,12 @@ pref("layout.word_select.stop_at_punctuation", false);
// image font if the given size is smaller/larger than can be handled
// by the image font.
pref("font.substitute_vector_fonts", true);
// print_headerfooter_gap enables platforms to specify an extra "gap" in twips
// between the H/F and the edge of the paper,
// this is used by both Printing and Print Preview
pref("print.print_headerfooter_gap", 0); // twips
// print_extra_margin enables platforms to specify an extra gap or margin
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)

View File

@@ -54,5 +54,14 @@ pref("applications.rlogin_with_user", "create /term /detach \"rlogin %h -l %u\""
pref("print.print_command", "print");
pref("print.print_color", false);
// print_headerfooter_gap enables platforms to specify an extra "gap" in twips
// between the H/F and the edge of the paper,
// this is used by both Printing and Print Preview
pref("print.print_headerfooter_gap", 0); // twips
// print_extra_margin enables platforms to specify an extra gap or margin
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
pref("browser.cache.disk.capacity", 4000);

View File

@@ -61,3 +61,12 @@ pref("applications.telnet", "pterm telnet %h %p");
pref("applications.tn3270", "pterm tn3270 %h");
pref("applications.rlogin", "pterm rlogin %h");
pref("applications.rlogin_with_user", "pterm rlogin %h -l %u");
// print_headerfooter_gap enables platforms to specify an extra "gap" in twips
// between the H/F and the edge of the paper,
// this is used by both Printing and Print Preview
pref("print.print_headerfooter_gap", 0); // twips
// print_extra_margin enables platforms to specify an extra gap or margin
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)

View File

@@ -108,6 +108,15 @@ pref("print.print_color", true);
pref("print.print_landscape", false);
pref("print.print_paper_size", 0);
// print_headerfooter_gap enables platforms to specify an extra "gap" in twips
// between the H/F and the edge of the paper,
// this is used by both Printing and Print Preview
pref("print.print_headerfooter_gap", 60); // twips
// print_extra_margin enables platforms to specify an extra gap or margin
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 0); // twips
pref("font.allow_double_byte_special_chars", true);
// font names

View File

@@ -177,3 +177,12 @@ pref("mail.windows_xp_integration.unread_count_interval", 300);
// override double-click word selection behavior.
pref("layout.word_select.eat_space_to_next_word", true);
pref("layout.word_select.stop_at_punctuation", false);
// print_headerfooter_gap enables platforms to specify an extra "gap" in twips
// between the H/F and the edge of the paper,
// this is used by both Printing and Print Preview
pref("print.print_headerfooter_gap", 0); // twips
// print_extra_margin enables platforms to specify an extra gap or margin
// around the content of the page for Print Preview only
pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)