elementary_theme: Standardize cursor hotspot swallow names

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-10-28 14:00:55 -04:00
parent e179115f41
commit 61b1203528
1 changed files with 2 additions and 2 deletions

View 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;