Icon for the Menus configuration dialog.


			
			
				devs/princeamd/enlightenment-0.17-elive
			
			
		
manowarrior 17 years ago committed by manowarrior
parent 87312dacc5
commit 78aa4cea47
  1. 20
      data/themes/default_icons.edc
  2. 1
      data/themes/images/Makefile.am
  3. BIN
      data/themes/images/e17_icon_menus.png

@ -26,6 +26,7 @@ images {
image: "e17_icon_performance.png" LOSSY 90;
image: "e17_icon_startup.png" LOSSY 90;
image: "e17_icon_applications.png" LOSSY 90;
image: "e17_icon_menus.png" LOSSY 90;
image: "e17_icon_window_focus.png" LOSSY 90;
image: "e17_icon_screen_resolution.png" LOSSY 90;
@ -904,6 +905,25 @@ group {
}
}
}
group {
name: "e/icons/enlightenment/menus";
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_menus.png";
}
}
}
}
}
group {
name: "e/icons/enlightenment/screen_normal";
max: 24 24;

@ -406,6 +406,7 @@ e17_icon_shelf.png \
e17_icon_applications.png \
e17_icon_performance.png \
e17_icon_startup.png \
e17_icon_menus.png \
e17_button_detail_paste.png \
e17_button_detail_arrange_name.png \
e17_button_detail_properties.png \

Loading…
Cancel
Save