summaryrefslogtreecommitdiff
path: root/mobile/widgets/entry.edc
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/widgets/entry.edc')
-rw-r--r--mobile/widgets/entry.edc14
1 files changed, 14 insertions, 0 deletions
diff --git a/mobile/widgets/entry.edc b/mobile/widgets/entry.edc
index 119838e2..66906e7d 100644
--- a/mobile/widgets/entry.edc
+++ b/mobile/widgets/entry.edc
@@ -358,9 +358,22 @@ group { "elm/entry/base/template";
data.item: "focus_highlight" "on";
data.item: context_menu_orientation "horizontal";
parts {
+ rect { "clipper";
+ desc { "default";
+ color_class: "entry/default/opacity";
+ }
+ }
+ rect { "bg";
+ nomouse;
+ clip: "clipper";
+ desc { "default";
+ color_class: "entry/default/bg";
+ }
+ }
textblock { "elm.guide";
nomouse;
scale;
+ clip: "clipper";
desc { "default";
rel.to: "elm.text";
text.style: "entry_textblock_guide_style";
@@ -381,6 +394,7 @@ group { "elm/entry/base/template";
textblock { "elm.text";
mouse;
scale;
+ clip: "clipper";
entry_mode: EDITABLE;
select_mode: EXPLICIT;
cursor_mode: BEFORE;