Make error image smaller so resizing isn't necessary.

This commit is contained in:
Mitchell Livingston 2006-08-29 00:13:35 +00:00
parent e94e0e72f4
commit 00c85181e6
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -92,8 +92,6 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
fErrorImage = [NSImage imageNamed: @"Error.tiff"];
[fErrorImage setFlipped: YES];
[fErrorImage setScalesWhenResized: YES];
[fErrorImage setSize: NSMakeSize(16.0, 16.0)];
}
return self;
}