From 5a927d2793acbd7ca212812048e41891cda8a6e9 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 15 Jun 2003 12:01:53 +0000 Subject: Convert dialog to metric units and default paper to A4. Fixes #112619 2003-06-15 Christian Persch * embed/mozilla/MozillaPrivate.cpp: (MozillaCollatePrintSettings): * embed/ephy-embed.h: * embed/print-dialog.c: (print_dialog_init), (print_free_info), (print_get_info): * data/epiphany.schemas.in: * data/glade/print.glade: Convert dialog to metric units and default paper to A4. Fixes #112619 --- data/epiphany.schemas.in | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'data/epiphany.schemas.in') diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 196ebff7a..5af667ed2 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -230,44 +230,44 @@ /schemas/apps/epiphany/dialogs/print_top_margin /apps/epiphany/dialogs/print_top_margin epiphany - float - 0.5 + int + 10 Printing top margin - Printing top margin (in inches). + Printing top margin (in mm). /schemas/apps/epiphany/dialogs/print_bottom_margin /apps/epiphany/dialogs/print_bottom_margin epiphany - float - 0.5 + int + 10 Printing bottom margin - Printing bottom margin (in inches). + Printing bottom margin (in mm). /schemas/apps/epiphany/dialogs/print_left_margin /apps/epiphany/dialogs/print_left_margin epiphany - float - 0.5 + int + 10 Printing left margin - Printing left margin (in inches). + Printing left margin (in mm). /schemas/apps/epiphany/dialogs/print_right_margin /apps/epiphany/dialogs/print_right_margin epiphany - float - 0.5 + int + 10 Printing right margin - Printing right margin (in inches). + Printing right margin (in mm). @@ -339,11 +339,12 @@ /schemas/apps/epiphany/dialogs/print_paper /apps/epiphany/dialogs/print_paper epiphany - int - 0 + string + A4 Paper type - Paper type: letter, legal, executive, A4. + Paper type. Supported values are "A4", "Letter", "Legal" + and "Executive". -- cgit v1.2.3