projects
/
profile
/
ivi
/
efl-theme-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e296fd9
)
[entry] Change the password character for dark theme.
author
Youngbok Shin
<youngb.shin@samsung.com>
Tue, 11 Jun 2013 06:02:50 +0000
(15:02 +0900)
committer
Sungho Kwak
<sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:47:12 +0000
(21:47 +0900)
themes/widgets/entry.edc
patch
|
blob
|
history
diff --git
a/themes/widgets/entry.edc
b/themes/widgets/entry.edc
index
c718c42
..
d2f9f04
100644
(file)
--- a/
themes/widgets/entry.edc
+++ b/
themes/widgets/entry.edc
@@
-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;
}