[entry] Change the password character for dark theme.
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 11 Jun 2013 06:02:50 +0000 (15:02 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:47:12 +0000 (21:47 +0900)
themes/widgets/entry.edc

index c718c42..d2f9f04 100644 (file)
@@ -1724,7 +1724,7 @@ group { name: "elm/entry/base-noedit/default";
            description { state: "default" 0.0;
               text {
                  style: "entry_single_textblock_style";
-                 repch: "*";
+                 repch: "";
                  min: 1 1;
                   max: 0 1;
               }
@@ -1872,7 +1872,7 @@ group { name: "elm/entry/base-password/popup";
          description { state: "default" 0.0;
             text {
                style: "entry_single_textblock_popup_style";
-               repch: "*";
+               repch: "";
                min: 1 1;
                max: 0 1;
             }
@@ -5150,7 +5150,7 @@ group { name: "elm/entry/base-password/font_color_black";
          description { state: "default" 0.0;
             text {
                style: "font_color_black_single_textblock_style";
-               repch: "*";
+               repch: "";
                min: 1 1;
                max: 0 1;
             }