# Mozilla User Preferences

/* Do not edit this file.
 *
 * If you make changes to this file while the application is running,
 * the changes will be overwritten when the application exits.
 *
 * To make a manual change to preferences, you can visit the URL about:config
 * For more information, see http://www.mozilla.org/unix/customizing.html#prefs
 */

user_pref("print.print_edge_bottom", 0);
user_pref("print.print_edge_left", 0);
user_pref("print.print_edge_right", 0);
user_pref("print.print_edge_top", 0);
user_pref("print.print_footerleft", "0");
user_pref("print.print_footerright", "0");
user_pref("print.print_headerleft", "0");
user_pref("print.print_headerright", "0");
user_pref("print.print_scaling", "  1,00");
user_pref("print.print_shrink_to_fit", false);
user_pref("print.print_bgimages", true);

user_pref("print.tmp.printerfeatures.can_change_paper_size", false);
user_pref("print.tmp.printerfeatures.can_change_resolution", false);

user_pref("print.print_footercenter", "");
user_pref("print.print_footerleft", "");
user_pref("print.print_footerright", "");
user_pref("print.print_headercenter", "");
user_pref("print.print_headerleft", "");
user_pref("print.print_headerright", "");
user_pref("print.print_margin_bottom", "0");
user_pref("print.print_margin_left", "0");
user_pref("print.print_margin_right", "0");
user_pref("print.print_margin_top", "0");

user_pref("print.print_unwriteable_margin_bottom", 0);
user_pref("print.print_unwriteable_margin_left", 0);
user_pref("print.print_unwriteable_margin_right", 0);
user_pref("print.print_unwriteable_margin_top", 0);
user_pref("print.print_paper_height", "297,00");
user_pref("print.print_paper_name", "iso_a4");
user_pref("print.print_paper_size_type", 1);
user_pref("print.print_paper_size_unit", 1);
user_pref("print.print_paper_width", "210,00");