paintwell.png image for better paintwell

This commit is contained in:
Albert Cahalan 2004-12-21 05:13:14 +00:00
parent 85ef258f24
commit 8fe16768d0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -6701,7 +6701,7 @@ static void setup(int argc, char * argv[])
#ifndef LOW_QUALITY_COLOR_SELECTOR
/* Create appropriately-shaped buttons: */
SDL_Surface *img1 = loadimage(DATA_PREFIX "brushes/round_36.png");
SDL_Surface *img1 = loadimage(DATA_PREFIX "images/ui/paintwell.png");
SDL_Surface *img2 = thumbnail(img1, (WINDOW_WIDTH - 96) / NUM_COLORS, 48, 0);
tmp_btn_up = thumbnail(img_btn_up, (WINDOW_WIDTH - 96) / NUM_COLORS, 48, 0);
tmp_btn_down = thumbnail(img_btn_down,(WINDOW_WIDTH - 96) / NUM_COLORS, 48, 0);