gadget icon and nicer windows icon


			
			
				devs/princeamd/enlightenment-0.17-elive
			
			
		
Carsten Haitzler 18 years ago
parent 7b65c794e7
commit f6724bc6ef
  1. 20
      data/icons/default.edc
  2. 3
      data/icons/images/Makefile.am
  3. BIN
      data/icons/images/gadget.png
  4. BIN
      data/icons/images/windows.png

@ -15,6 +15,8 @@ images {
image: "favorites.png" LOSSY 90;
image: "desktop.png" LOSSY 90;
image: "gadget.png" LOSSY 90;
}
collections {
@ -270,4 +272,22 @@ collections {
}
}
}
group {
name: "gadgets";
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: "gadget.png";
}
}
}
}
}
}

@ -9,4 +9,5 @@ reset_button_glow_0.png \
windows.png \
module.png \
favorites.png \
desktop.png
desktop.png \
gadget.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Loading…
Cancel
Save