• Doug Zongker's avatar
    simplify construction of the recovery progress bar · d93a2545
    Doug Zongker authored
    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.
    d93a2545