gadget icon and nicer windows icon

SVN revision: 13058
This commit is contained in:
Carsten Haitzler 2005-01-22 15:56:19 +00:00
parent 7b65c794e7
commit f6724bc6ef
4 changed files with 22 additions and 1 deletions

View File

@ -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";
}
}
}
}
}
}

View File

@ -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