summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-10-28 14:00:55 -0400
committerChris Michael <cp.michael@samsung.com>2016-10-28 14:04:06 -0400
commit61b12035284a9cf9eb445e64de8655858e53c9b9 (patch)
treec35b2fbd4208940d834ce095286de1aadb3d1b29
parente179115f41f1e3056072e0aeefb74c97d5ca952c (diff)
downloadefl-61b12035284a9cf9eb445e64de8655858e53c9b9.tar.gz
elementary_theme: Standardize cursor hotspot swallow names
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--data/elementary/themes/edc/elm/cursor.edc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/elementary/themes/edc/elm/cursor.edc b/data/elementary/themes/edc/elm/cursor.edc
index 356fe8ccb1..fe192f9e6d 100644
--- a/data/elementary/themes/edc/elm/cursor.edc
+++ b/data/elementary/themes/edc/elm/cursor.edc
@@ -87,7 +87,7 @@ group { name: "elm/cursor/hand1/default";
image.normal: "pointer_hand1.png";
}
}
- part { name: "elm.content.hotspot"; type: SWALLOW;
+ part { name: "elm.swallow.hotspot"; type: SWALLOW;
description { state: "default" 0.0;
visible: 0;
fixed: 1 1;
@@ -103,7 +103,7 @@ group { name: "elm/cursor/hand1/default";
group { name: "elm/cursor/blank/default";
parts {
- part { name: "elm.content.hotspot"; type: SWALLOW;
+ part { name: "elm.swallow.hotspot"; type: SWALLOW;
description { state: "default" 0.0;
visible: 0;
max: 1 1;