From 61b12035284a9cf9eb445e64de8655858e53c9b9 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 28 Oct 2016 14:00:55 -0400 Subject: [PATCH] elementary_theme: Standardize cursor hotspot swallow names Signed-off-by: Chris Michael --- data/elementary/themes/edc/elm/cursor.edc | 4 ++-- 1 file 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;