From 8fbc5afdd03d2fe502610d39eb691fe9aca932be Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 5 Mar 2006 20:50:40 +0000 Subject: Fix fonts schema default values. 2006-03-05 Christian Persch * data/epiphany-fonts.schemas: * data/generate-font-schemas.py: Fix fonts schema default values. * embed/downloader-view.c: (downloader_view_build_ui): Forgotten commit. --- data/epiphany-fonts.schemas | 52 +++++++++++++++++++++---------------------- data/generate-font-schemas.py | 2 +- 2 files changed, 27 insertions(+), 27 deletions(-) (limited to 'data') diff --git a/data/epiphany-fonts.schemas b/data/epiphany-fonts.schemas index 5acf3bb83..d3d5f6997 100644 --- a/data/epiphany-fonts.schemas +++ b/data/epiphany-fonts.schemas @@ -28,7 +28,7 @@ /apps/epiphany/web/variable_font_size_ar epiphany int - 11 + 10 Variable width font size for "ar" Variable width font size for "ar" @@ -83,7 +83,7 @@ /apps/epiphany/web/variable_font_size_el epiphany int - 11 + 10 Variable width font size for "el" Variable width font size for "el" @@ -138,7 +138,7 @@ /apps/epiphany/web/variable_font_size_he epiphany int - 11 + 10 Variable width font size for "he" Variable width font size for "he" @@ -193,7 +193,7 @@ /apps/epiphany/web/variable_font_size_ja epiphany int - 11 + 10 Variable width font size for "ja" Variable width font size for "ja" @@ -248,7 +248,7 @@ /apps/epiphany/web/variable_font_size_ko epiphany int - 11 + 10 Variable width font size for "ko" Variable width font size for "ko" @@ -303,7 +303,7 @@ /apps/epiphany/web/variable_font_size_th epiphany int - 11 + 10 Variable width font size for "th" Variable width font size for "th" @@ -358,7 +358,7 @@ /apps/epiphany/web/variable_font_size_tr epiphany int - 11 + 10 Variable width font size for "tr" Variable width font size for "tr" @@ -413,7 +413,7 @@ /apps/epiphany/web/variable_font_size_x-armn epiphany int - 11 + 10 Variable width font size for "x-armn" Variable width font size for "x-armn" @@ -468,7 +468,7 @@ /apps/epiphany/web/variable_font_size_x-baltic epiphany int - 11 + 10 Variable width font size for "x-baltic" Variable width font size for "x-baltic" @@ -523,7 +523,7 @@ /apps/epiphany/web/variable_font_size_x-beng epiphany int - 11 + 10 Variable width font size for "x-beng" Variable width font size for "x-beng" @@ -578,7 +578,7 @@ /apps/epiphany/web/variable_font_size_x-cans epiphany int - 11 + 10 Variable width font size for "x-cans" Variable width font size for "x-cans" @@ -633,7 +633,7 @@ /apps/epiphany/web/variable_font_size_x-central-euro epiphany int - 11 + 10 Variable width font size for "x-central-euro" Variable width font size for "x-central-euro" @@ -688,7 +688,7 @@ /apps/epiphany/web/variable_font_size_x-cyrillic epiphany int - 11 + 10 Variable width font size for "x-cyrillic" Variable width font size for "x-cyrillic" @@ -743,7 +743,7 @@ /apps/epiphany/web/variable_font_size_x-devanagari epiphany int - 11 + 10 Variable width font size for "x-devanagari" Variable width font size for "x-devanagari" @@ -798,7 +798,7 @@ /apps/epiphany/web/variable_font_size_x-ethi epiphany int - 11 + 10 Variable width font size for "x-ethi" Variable width font size for "x-ethi" @@ -853,7 +853,7 @@ /apps/epiphany/web/variable_font_size_x-geor epiphany int - 11 + 10 Variable width font size for "x-geor" Variable width font size for "x-geor" @@ -908,7 +908,7 @@ /apps/epiphany/web/variable_font_size_x-gujr epiphany int - 11 + 10 Variable width font size for "x-gujr" Variable width font size for "x-gujr" @@ -963,7 +963,7 @@ /apps/epiphany/web/variable_font_size_x-guru epiphany int - 11 + 10 Variable width font size for "x-guru" Variable width font size for "x-guru" @@ -1018,7 +1018,7 @@ /apps/epiphany/web/variable_font_size_x-khmr epiphany int - 11 + 10 Variable width font size for "x-khmr" Variable width font size for "x-khmr" @@ -1073,7 +1073,7 @@ /apps/epiphany/web/variable_font_size_x-mlym epiphany int - 11 + 10 Variable width font size for "x-mlym" Variable width font size for "x-mlym" @@ -1128,7 +1128,7 @@ /apps/epiphany/web/variable_font_size_x-tamil epiphany int - 11 + 10 Variable width font size for "x-tamil" Variable width font size for "x-tamil" @@ -1183,7 +1183,7 @@ /apps/epiphany/web/variable_font_size_x-unicode epiphany int - 11 + 10 Variable width font size for "x-unicode" Variable width font size for "x-unicode" @@ -1238,7 +1238,7 @@ /apps/epiphany/web/variable_font_size_x-western epiphany int - 11 + 10 Variable width font size for "x-western" Variable width font size for "x-western" @@ -1293,7 +1293,7 @@ /apps/epiphany/web/variable_font_size_zh-CN epiphany int - 11 + 10 Variable width font size for "zh-CN" Variable width font size for "zh-CN" @@ -1348,7 +1348,7 @@ /apps/epiphany/web/variable_font_size_zh-HK epiphany int - 11 + 10 Variable width font size for "zh-HK" Variable width font size for "zh-HK" @@ -1403,7 +1403,7 @@ /apps/epiphany/web/variable_font_size_zh-TW epiphany int - 11 + 10 Variable width font size for "zh-TW" Variable width font size for "zh-TW" diff --git a/data/generate-font-schemas.py b/data/generate-font-schemas.py index fc7717f8a..0a53e3f41 100755 --- a/data/generate-font-schemas.py +++ b/data/generate-font-schemas.py @@ -60,7 +60,7 @@ def append_schemas(docNode, schemalistNode, group): "string", "monospace", "Monospace font", "Monospaced font for \"" + group + "\"") append_schema(doc, schemalistNode, base + "variable_font_size_" + group, - "int", "11", "Proportional font size", + "int", "10", "Proportional font size", "Variable width font size for \"" + group + "\"") append_schema(doc, schemalistNode, base + "font_variable_" + group, "string", "sans-serif", "Proportional font", -- cgit v1.2.3