summaryrefslogtreecommitdiff
path: root/mobile/widgets/entry.edc
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2015-08-14 11:28:56 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2015-08-14 11:42:35 +0900
commit292861ca1979f666fe3bde2c82bad2abc5ab7d44 (patch)
tree35c86bc8a4a7f82a92cf3990b69974185544df66 /mobile/widgets/entry.edc
parent1f1f43a91a6b192baaed36300d3d2be5f1f1fe7b (diff)
downloadefl-theme-tizen-mobile-292861ca1979f666fe3bde2c82bad2abc5ab7d44.tar.gz
efl-theme-tizen-mobile-292861ca1979f666fe3bde2c82bad2abc5ab7d44.tar.bz2
efl-theme-tizen-mobile-292861ca1979f666fe3bde2c82bad2abc5ab7d44.zip
entry: Fix cursor's width is cutted off harf size when the cursor is placed at end of line.
Change-Id: Ic4701e6be071987a2a2f6f1810c5b2c8680d52d7
Diffstat (limited to 'mobile/widgets/entry.edc')
-rw-r--r--mobile/widgets/entry.edc11
1 files changed, 0 insertions, 11 deletions
diff --git a/mobile/widgets/entry.edc b/mobile/widgets/entry.edc
index f6588cbb..089883ae 100644
--- a/mobile/widgets/entry.edc
+++ b/mobile/widgets/entry.edc
@@ -2253,7 +2253,6 @@ group { name: "elm/entry/base-password/default";
}
group { name: "elm/entry/cursor/default";
- min: 1 0;
parts {
part { name: "cursor";
type: RECT;
@@ -2262,16 +2261,6 @@ group { name: "elm/entry/cursor/default";
clip_to: "clipper";
description { state: "default" 0.0;
min: ENTRY_CURSOR_SIZE_INC;
- fixed: 1 0;
- align: 0.5 0.5;
- rel1 {
- relative: 0.0 0.0;
- offset: 0 -2;
- }
- rel2 {
- relative: 0.0 1.0;
- offset: 0 -2;
- }
color: 0 184 230 255; /*(Changeable UI) color_class: "F052";*/
visible: 0;
}