From: WooHyun Jung Date: Thu, 29 Sep 2011 08:41:53 +0000 (+0900) Subject: [Entry] single line style's font size was fixed X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~529^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=943988780590e0ebc0cadacbadeffce3aacff594;p=profile%2Fivi%2Fefl-theme-tizen.git [Entry] single line style's font size was fixed --- diff --git a/themes/groups/entry.edc b/themes/groups/entry.edc index e097bc5..4af3766 100644 --- a/themes/groups/entry.edc +++ b/themes/groups/entry.edc @@ -808,7 +808,7 @@ group { name: "elm/entry/base-single/editfield/searchbar/default"; styles { style { name: "entry_single_textblock_style"; - base: "font=SLP:style=Roman font_size=24 color="ENTRY_TEXT_COLOR_INC" wrap=none left_margin=2 right_margin=3"; + base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=none left_margin=2 right_margin=3"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t";