elm theme - add blank cursor type in theme

This commit is contained in:
Carsten Haitzler 2014-07-21 13:07:18 +09:00
parent 057611a7e4
commit 52ab06e169
1 changed files with 11 additions and 0 deletions

View File

@ -99,3 +99,14 @@ group { name: "elm/cursor/hand1/default";
}
}
}
group { name: "elm/cursor/blank/default";
parts {
part { name: "elm.content.hotspot"; type: SWALLOW;
description { state: "default" 0.0;
visible: 0;
max: 1 1;
}
}
}
}