[multibuttonentry][entry] there is a group inherit bug: new entry style for mbe
authorBora Hwang <bora1.hwang@samsung.com>
Fri, 29 Mar 2013 09:20:06 +0000 (18:20 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Tue, 2 Apr 2013 10:08:32 +0000 (19:08 +0900)
Change-Id: I44a992bf5259d7984ac823dba5b38c5fbf92f06c

themes/widgets/entry.edc

index df694d2..eb0faf5 100644 (file)
@@ -4984,7 +4984,6 @@ group { name: "elm/entry/base-single-noedit/font_color_black";
 }
 group { name: "elm/entry/base-single/font_color_black/tizen_text_class";
    inherit: "elm/entry/base-single/font_color_black";
-
    styles {
       style { name: "tizen_text_class_single_textblock_style";
          base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#000000FF wrap=none left_margin=1 right_margin=3 text_class=tizen";
@@ -5031,11 +5030,22 @@ group { name: "elm/entry/base-single/font_color_black/tizen_text_class";
    }
    parts {
       part { name: "elm.guide";
+         type: TEXTBLOCK;
+         mouse_events: 0;
+         scale: 1;
          description { state: "default" 0.0;
+            rel1.to: "elm.text";
+            rel2.to: "elm.text";
             text {
                style: "tizen_text_class_single_textblock_guide_style";
+               min: 1 1;
+               max: 0 1;
             }
          }
+         description { state: "hidden" 0.0;
+            inherit: "default" 0.0;
+            visible: 0;
+         }
       }
       part { name: "elm.text";
          description { state: "default" 0.0;