[entry] changed disabled entry font size and paddings
authorMyungjae Lee <mjae.lee@samsung.com>
Thu, 6 Oct 2011 08:06:01 +0000 (17:06 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Thu, 6 Oct 2011 08:06:01 +0000 (17:06 +0900)
themes/groups/entry.edc

index 4af3766..1773d77 100644 (file)
@@ -46,7 +46,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="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=mixed text_class=entry";
+             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 left_margin=2 right_margin=2 wrap=mixed text_class=entry";
              tag:  "br" "\n";
              tag:  "ps" "ps";
              tag:  "tab" "\t";
              tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
           }
           style { name: "entry_textblock_char_wrap_disabled_style";
-             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char";
+             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=2 right_margin=2";
              tag:  "br" "\n";
              tag:  "ps" "ps";
              tag:  "tab" "\t";
                                tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
                        }
                        style { name: "editfield_textblock_disabled_style";
-                               base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=mixed linesize=44";
+                               base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=mixed left_margin=2 right_margin=2";
                                tag:  "br" "\n";
                                tag:  "ps" "ps";
                                tag:  "tab" "\t";
                                tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
                        }
                        style { name: "editfield_textblock_char_wrap_disabled_style";
-                               base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char linesize=44";
+                               base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=2 right_margin=2";
                                tag:  "br" "\n";
                                tag:  "ps" "ps";
                                tag:  "tab" "\t";
                                tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
                        }
                        style { name: "editfield_single_textblock_disabled_style";
-                           base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none";
+                           base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=2 right_margin=3";
                                tag:  "br" "\n";
                                tag:  "ps" "ps";
                                tag:  "tab" "\t";
@@ -820,7 +820,7 @@ group { name: "elm/entry/base-single/editfield/searchbar/default";
              tag:  "preedit_sel" "+ backing=on backing_color="ENTRY_PREEDIT_BACKGROUND_COLOR_INC" color="ENTRY_PREEDIT_TEXT_COLOR_INC"";
           }
           style { name: "entry_single_textblock_disabled_style";
-             base: "font=SLP:style=Roman font_size=24 color=#00000080 wrap=none";
+             base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=2 right_margin=3";
              tag:  "br" "\n";
              tag:  "ps" "ps";
              tag:  "tab" "\t";
@@ -2769,7 +2769,7 @@ group { name: "elm/entry/base/font_color_black";
          tag:  "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
       }
       style { name: "font_color_black_textblock_disabled_style";
-         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=mixed linesize=44";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=mixed left_margin=2 right_margin=2";
          tag:  "br" "\n";
          tag:  "ps" "ps";
          tag:  "tab" "\t";
@@ -2944,7 +2944,7 @@ group { name: "elm/entry/base-charwrap/font_color_black";
          tag:  "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
       }
       style { name: "font_color_black_textblock_char_wrap_disabled_style";
-         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char linesize=44";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=char left_margin=2 right_margin=2";
          tag:  "br" "\n";
          tag:  "ps" "ps";
          tag:  "tab" "\t";
@@ -3049,7 +3049,7 @@ group { name: "elm/entry/base-single/font_color_black";
          tag:  "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF";
       }
       style { name: "font_color_black_single_textblock_disabled_style";
-         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none";
+         base: "font=SLP:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=2 right_margin=3";
          tag:  "br" "\n";
          tag:  "ps" "ps";
          tag:  "tab" "\t";