* Adding an icon for "Shelves" config item in the config panel.

SVN revision: 24020
This commit is contained in:
sndev 2006-07-18 00:54:04 +00:00 committed by sndev
parent 7648948c2d
commit 27e64420e8
3 changed files with 20 additions and 0 deletions

View File

@ -30,6 +30,7 @@ images {
image: "e17_icon_mouse.png" LOSSY 90;
image: "e17_icon_keys.png" LOSSY 90;
image: "e17_icon_desklock.png" LOSSY 90;
image: "e17_icon_shelf.png" LOSSY 90;
image: "e17_pager_window.png" COMP;
@ -589,6 +590,24 @@ group {
}
}
}
group {
name: "icons/enlightenment/shelf";
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_icon_shelf.png";
}
}
}
}
}
group {
name: "icons/enlightenment/fonts";
max: 64 64;

View File

@ -381,6 +381,7 @@ e17_icon_screen_vflip.png \
e17_icon_mouse.png \
e17_icon_keys.png \
e17_icon_desklock.png \
e17_icon_shelf.png \
e17_button_detail_paste.png \
e17_button_detail_arrange_name.png \
e17_button_detail_properties.png \

Binary file not shown.