Add a frame outline, and hide the filelist on erase action.

This commit is contained in:
Jaime Thomas
2008-10-31 18:06:56 +00:00
parent 9347a5db9e
commit 5c3c2f192a
4 changed files with 31 additions and 0 deletions

View File

@ -118,6 +118,33 @@ group {
}
}
}
part {
name: "progress_outline";
type: IMAGE;
mouse_events: 0;
description {
state: "default" 0.0;
rel1 {
to: "bg";
relative: 0.0 0.0;
offset: 10 13;
}
rel2 {
to: "bg";
relative: 0.5 1.0;
offset: -1 -10;
}
image {
normal: "frame_outline.png";
border: 9 9 9 9;
}
}
}
}
programs {