Added seperate icon for the desklock menu_item that matches the other System

icons better.


SVN revision: 27867
devs/princeamd/enlightenment-0.17-elive
Christopher Michael 17 years ago
parent 145a01b900
commit eb721d698e
  1. 21
      data/themes/default_icons.edc

@ -98,6 +98,7 @@ images {
image: "e17_icon_extensions.png" COMP;
image: "e17_icon_imc.png" COMP;
image: "e17_icon_file_icons.png" COMP;
image: "e17_icon_desklock_menu.png" COMP;
}
group {
@ -884,6 +885,26 @@ group {
}
}
}
group {
name: "e/icons/enlightenment/desklock_menu";
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_desklock_menu.png";
}
}
}
}
}
group {
name: "e/icons/enlightenment/regenerate_menus";
max: 64 64;

Loading…
Cancel
Save