Make error image smaller so resizing isn't necessary.
This commit is contained in:
parent
e94e0e72f4
commit
00c85181e6
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue