From 943988780590e0ebc0cadacbadeffce3aacff594 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Thu, 29 Sep 2011 17:41:53 +0900 Subject: [PATCH] [Entry] single line style's font size was fixed --- themes/groups/entry.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.7.4