elementary_theme: Standardize cursor hotspot swallow names
authorChris Michael <cp.michael@samsung.com>
Fri, 28 Oct 2016 18:00:55 +0000 (14:00 -0400)
committerChris Michael <cp.michael@samsung.com>
Fri, 28 Oct 2016 18:04:06 +0000 (14:04 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
data/elementary/themes/edc/elm/cursor.edc

index 356fe8c..fe192f9 100644 (file)
@@ -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;