Fix progress bar images.

SVN revision: 22304
This commit is contained in:
Kim Woelders 2006-04-22 15:59:26 +00:00
parent 15f9621064
commit ec7fdf2ddf
4 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

View File

@ -18,15 +18,15 @@ __END
__ICLASS __BGN
__NAME PROGRESS_BAR
/* normal used for text background */
__NORMAL "init/images/text_bg.png"
__EDGE_SCALING 6 22 1 1
__NORMAL "init/images/progress.png"
__EDGE_SCALING 2 2 2 2
/* used for numeric bg */
__CLICKED "init/images/text_bg.png"
__EDGE_SCALING 6 22 1 1
__CLICKED "init/images/progress.png"
__EDGE_SCALING 2 2 2 2
/* used for bar itself */
__NORMAL_ACTIVE "init/images/progress_bar.png"
__EDGE_SCALING 6 22 1 1
__PADDING 6 22 1 1
__EDGE_SCALING 2 2 2 2
__PADDING 2 2 2 2
__END
/* text class for text above progress bar */