From d93a25459cdefba940f254b4c5f54fd7d9cdaf11 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 8 Oct 2009 16:32:58 -0700 Subject: simplify construction of the recovery progress bar Instead of six separate images for the left end, right end, and tiled center portion of the full and empty progress bars, just use two images: a full bar and an empty bar. Draw the left side of the full bar and the right side of the empty one, moving the boundary rightward to "fill" the bar. This makes recovery trivially smaller, and allows fancier images to be used as progress bars. Support paletted PNG images as resources. --- res/images/progress_fill.png | Bin 0 -> 286 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/images/progress_fill.png (limited to 'res/images/progress_fill.png') diff --git a/res/images/progress_fill.png b/res/images/progress_fill.png new file mode 100644 index 000000000..eb71754db Binary files /dev/null and b/res/images/progress_fill.png differ -- cgit v1.2.3