Added advanced icon for config panel.

SVN revision: 27540
This commit is contained in:
Christopher Michael 2006-12-21 11:23:09 +00:00
parent 1958ad6acb
commit 58f817e107
1 changed files with 21 additions and 0 deletions

View File

@ -91,6 +91,8 @@ images {
image: "e17_icon_halt.png" COMP;
image: "e17_icon_reboot.png" COMP;
image: "e17_icon_screen_setup.png" COMP;
image: "e17_icon_advanced.png" COMP;
}
group {
@ -1986,3 +1988,22 @@ group {
}
}
}
group {
name: "e/icons/enlightenment/advanced";
max: 64 64;
parts {
part {
name: "icon";
mouse_events: 0;
description {
state: "default" 0.0;
aspect: 1.0 1.0;
aspect_preference: BOTH;
max: 64 64;
image {
normal: "e17_icon_advanced.png";
}
}
}
}
}