Added Mouse Pointer icon for new Cursor Settings config dialog

SVN revision: 20016
This commit is contained in:
Christopher Michael 2006-01-25 04:00:46 +00:00
parent 3bdc8d4c52
commit 89fd711a39
1 changed files with 19 additions and 1 deletions

View File

@ -29,6 +29,7 @@ images {
image: "e17_pager_window.png" COMP;
image: "e17_icon_right_arrow.png" COMP;
image: "e17_pointer.png" COMP;
}
group {
@ -510,4 +511,21 @@ group {
}
}
}
group {
name: "icons/enlightenment/mouse";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
max: 64 64;
image {
normal: "e17_pointer.png";
}
}
}
}
}