Reuse images, don't clone them.

SVN revision: 20003
This commit is contained in:
David Walter Seikel 2006-01-24 05:01:04 +00:00
parent 3dad5445ad
commit 37eedc490e
4 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
images {
image: "e17_tlist_bg0.png" COMP;
image: "e17_tlist_bg1.png" COMP;
image: "e17_ilist_bg0.png" COMP;
image: "e17_ilist_bg1.png" COMP;
}
styles
@ -25,7 +25,7 @@ group {
description {
state: "default" 0.0;
image {
normal: "e17_tlist_bg0.png";
normal: "e17_ilist_bg0.png";
border: 3 3 3 3;
}
}
@ -497,7 +497,7 @@ group {
description {
state: "default" 0.0;
image {
normal: "e17_tlist_bg1.png";
normal: "e17_ilist_bg1.png";
border: 3 3 3 3;
}
}

View File

@ -410,8 +410,6 @@ e17_sb_runnerh.png \
e17_sb_runnerv.png \
e17_ilist_bg0.png \
e17_ilist_bg1.png \
e17_tlist_bg0.png \
e17_tlist_bg1.png \
e17_slider_bt0.png \
e17_slider_bt1.png \
e17_slider_bt_glow.png \

Binary file not shown.

Binary file not shown.