new menu settings icon; needs a bit more love, but I need e17_icon_configuration's SVG


			
			
				devs/princeamd/enlightenment-0.17-elive
			
			
		
manowarrior 17 years ago committed by manowarrior
parent 332f1bc2ce
commit 38b83905c0
  1. 20
      data/themes/default_icons.edc
  2. 3
      data/themes/images/Makefile.am
  3. BIN
      data/themes/images/e17_icon_applications.png
  4. BIN
      data/themes/images/e17_icon_menu_settings.png

@ -99,6 +99,7 @@ images {
image: "e17_icon_imc.png" COMP;
image: "e17_icon_file_icons.png" COMP;
image: "e17_icon_desklock_menu.png" COMP;
image: "e17_icon_menu_settings.png" COMP;
}
group {
@ -2128,6 +2129,25 @@ group {
}
}
}
group {
name: "e/icons/enlightenment/menu_settings";
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_menu_settings.png";
}
}
}
}
}

@ -519,5 +519,6 @@ e17_icon_appearance.png \
e17_icon_extensions.png \
e17_icon_advanced.png \
e17_icon_file_icons.png \
e17_icon_imc.png
e17_icon_imc.png \
e17_icon_menu_settings.png

Loading…
Cancel
Save