From d5ade15bac7921627815e36cf23246900772d43a Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Wed, 13 Jul 2011 17:12:58 +0900 Subject: [PATCH] entry : update new styles --- themes/groups/entry.edc | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/themes/groups/entry.edc b/themes/groups/entry.edc index c45c1e1..aada7da 100644 --- a/themes/groups/entry.edc +++ b/themes/groups/entry.edc @@ -1,11 +1,12 @@ group { name: "elm/entry/base/default"; + alias: "elm/entry/base-mixedwrap/default"; data.item: "default_font_size" "24"; data.item: "min_font_size" "8"; data.item: "max_font_size" "60"; styles { style { name: "entry_textblock_style"; - base: "font=SLP:style=Roman font_size=24 color="ENTRY_TEXT_COLOR_INC" wrap=mixed"; + base: "font=SLP:style=Roman font_size=24 color="ENTRY_TEXT_COLOR_INC" wrap=mixed text_class_entry"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -17,7 +18,7 @@ tag: "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC""; } style { name: "entry_textblock_disabled_style"; - base: "font=SLP:style=Roman font_size=24 color=#00000080 wrap=mixed"; + base: "font=SLP:style=Roman font_size=24 color=#00000080 wrap=mixed text_class=entry"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -95,7 +96,8 @@ } } - group { name: "elm/entry/base/char_wrap"; + group { name: "elm/entry/base-charwrap/default"; + alias: "elm/entry/base/char_wrap"; data.item: "default_font_size" "24"; data.item: "min_font_size" "8"; data.item: "max_font_size" "60"; @@ -291,6 +293,7 @@ } group { name: "elm/entry/base/editfield"; + alias: "elm/entry/base-mixedwrap/editfield"; alias: "elm/entry/base/editfield/default"; alias: "elm/entry/base/editfield/lighting"; alias: "elm/entry/base/editfield/multiline"; @@ -2438,6 +2441,7 @@ group { name: "elm/entry/base-password/popup"; } group { name: "elm/entry/base/font_color_black"; + alias: "elm/entry/base-mixedwrap/font_color_black"; alias: "elm/entry/base/font_color_black/default"; alias: "elm/entry/base/font_color_black/lighting"; alias: "elm/entry/base/font_color_black/multiline"; @@ -2540,7 +2544,8 @@ group { name: "elm/entry/base/font_color_black"; } } -group { name: "elm/entry/base/font_color_black/char_wrap"; +group { name: "elm/entry/base-charwrap/font_color_black"; + alias: "elm/entry/base/font_color_black/char_wrap"; alias: "elm/entry/base/font_color_black/default/char_wrap"; alias: "elm/entry/base/font_color_black/lighting/char_wrap"; alias: "elm/entry/base/font_color_black/multiline/char_wrap"; -- 2.7.4