[editfield] : fix wrong font size
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 11 Oct 2011 06:17:08 +0000 (15:17 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 11 Oct 2011 06:17:08 +0000 (15:17 +0900)
themes/groups/editfield.edc

index 38b3b21..ef0cd98 100644 (file)
@@ -47,7 +47,7 @@ group { name: "elm/editfield/base/default";
          tag:  "hilight" "+ font=SLP:style=Bold";
       }
       style { name: "editfield_content_password_style";
-         base: "font=SLP:style=Roman font_size=24 color="ENTRY_TEXT_COLOR_INC" wrap=none ellipsis=1";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_TEXT_COLOR_INC" wrap=none ellipsis=1";
          tag:  "br" "\n";
          tag:  "ps" "ps";
          tag:  "tab" "\t";
@@ -1306,7 +1306,7 @@ group { name: "elm/editfield/base/font_color_black";
          tag:  "hilight" "+ font=SLP:style=Bold";
       }
       style { name: "editfield_content_password_black_style";
-         base: "font=SLP:style=Roman font_size=24 color=#000000FF wrap=none ellipsis=1";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#000000FF wrap=none ellipsis=1";
          tag:  "br" "\n";
          tag:  "ps" "ps";
          tag:  "tab" "\t";